Unverified Commit e64e04ed by Kubernetes Prow Robot Committed by GitHub

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

build: fix build platforms to new scheme
parents c0409446 f0a5f687
...@@ -15,7 +15,7 @@ ...@@ -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
...@@ -17,3 +17,4 @@ all: build ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment