diff --git a/jobs/build-images.yaml b/jobs/build-images.yaml index c0d7fae10..97575995b 100644 --- a/jobs/build-images.yaml +++ b/jobs/build-images.yaml @@ -28,11 +28,14 @@ ceph-csi-canary" }, test: { - sh 'oc start-build --follow ceph-csi-test' + sh 'oc start-build --follow \ + --build-arg=GOARCH=amd64 \ + ceph-csi-test' }, devel: { sh "oc start-build --follow \ --build-arg=BASE_IMAGE='${base_image}' \ + --build-arg=GOARCH=amd64 \ ceph-csi-devel" } }