Skip to content

Commit

Permalink
Merge pull request #209 from yonatankahana/fix-build-platforms
Browse files Browse the repository at this point in the history
build: fix build platforms to new scheme
  • Loading branch information
k8s-ci-robot authored Jun 1, 2022
2 parents c040944 + f0a5f68 commit e64e04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e64e04e

Please sign in to comment.