Merge pull request #199 from humblec/flaky

remove BUILD_PLATFORM variable setting from the makefile
This commit is contained in:
Kubernetes Prow Robot 2022-05-10 06:17:44 -07:00 committed by GitHub
commit b8c5a755f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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