mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-31 02:56:42 +00:00
It seems that regular jobs in the OpenShift environment fail with the following error: Missing GOARCH argument for building image, install Golang or run: make containerized-test GOARCH=amd64 This happens for both the `devel` and `test` image builds since December 13 when installing Golang in the container-images was added. Fixes: 8a3fe53e "ci: install arch specific go in Dockerfile.devel" Signed-off-by: Niels de Vos <ndevos@redhat.com>