Merge pull request #58 from yonatankahana/arm

Add arm7 to multiarch build
This commit is contained in:
Kubernetes Prow Robot 2021-02-22 20:44:03 -08:00 committed by GitHub
commit 6b7372c8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ all: build
include release-tools/build.make
BUILD_PLATFORMS=linux amd64; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x
BUILD_PLATFORMS=linux amd64; linux arm -arm; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x