Merge pull request #209 from yonatankahana/fix-build-platforms

build: fix build platforms to new scheme
This commit is contained in:
Kubernetes Prow Robot 2022-05-31 20:43:04 -07:00 committed by GitHub
commit e64e04ed3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# limitations under the License. # limitations under the License.
: ${CSI_PROW_BUILD_PLATFORMS:="linux amd64; linux arm -arm; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x"} : ${CSI_PROW_BUILD_PLATFORMS:="linux amd64 amd64; linux arm arm -arm; linux arm64 arm64 -arm64; linux ppc64le ppc64le -ppc64le; linux s390x s390x -s390x"}
# shellcheck disable=SC1091 # shellcheck disable=SC1091
. release-tools/cloudbuild.sh . release-tools/cloudbuild.sh

View File

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