1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

Disable armv7 builds

This patch sets IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 at
scripts/test-infra/push-image.sh to explicity set the archs to build
images during cloudbuild post prow steps

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2024-04-25 16:33:51 +02:00
parent 4746c33915
commit bd554e75d2
No known key found for this signature in database
GPG key ID: 42D9CB42F300A852

View file

@ -9,4 +9,4 @@ VERSION_OVERRIDE=${_GIT_TAG+VERSION=${_GIT_TAG:10}}
gcloud auth configure-docker
# Build and push images
make push-all $VERSION_OVERRIDE
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $VERSION_OVERRIDE