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

Merge pull request #1677 from ArangoGutierrez/fix_cloudbuild

Disable armv7 builds
This commit is contained in:
Kubernetes Prow Robot 2024-04-26 08:13:57 -07:00 committed by GitHub
commit f2c74684b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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