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:
commit
f2c74684b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue