mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +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:
parent
4746c33915
commit
bd554e75d2
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