Skip to content

Commit f5a4203

Browse files
authored
Merge pull request #91 from cyb70289/arm64
prow.sh: enable building arm64 image
2 parents 0d5bd84 + 43e50d6 commit f5a4203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)