From f0a5f68796965ca96f7c0f4e10c38189dd02de1f Mon Sep 17 00:00:00 2001 From: Yonatan Kahana Date: Sat, 28 May 2022 23:11:28 +0300 Subject: [PATCH] build: fix build platforms to new scheme --- .cloudbuild.sh | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cloudbuild.sh b/.cloudbuild.sh index 32b544ed..12c45af9 100755 --- a/.cloudbuild.sh +++ b/.cloudbuild.sh @@ -15,7 +15,7 @@ # 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 . release-tools/cloudbuild.sh diff --git a/Makefile b/Makefile index a574d49d..a863956d 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,4 @@ all: build 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