Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 43e50d6

Browse files
committed
prow.sh: enable building arm64 image
1 parent 0d5bd84 commit 43e50d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ get_versioned_variable () {
8585
echo "$value"
8686
}
8787

88-
configvar CSI_PROW_BUILD_PLATFORMS "linux amd64; windows amd64 .exe; linux ppc64le -ppc64le; linux s390x -s390x" "Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries"
88+
configvar CSI_PROW_BUILD_PLATFORMS "linux amd64; windows amd64 .exe; linux ppc64le -ppc64le; linux s390x -s390x; linux arm64 -arm64" "Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries"
8989

9090
# If we have a vendor directory, then use it. We must be careful to only
9191
# use this for "make" invocations inside the project's repo itself because

0 commit comments

Comments
 (0)