Skip to content

Commit

Permalink
Merge pull request #482 from mkumatag/patch-1
Browse files Browse the repository at this point in the history
Add ppc64le to release script
  • Loading branch information
k8s-ci-robot authored May 5, 2019
2 parents 0436fee + 854a73e commit be15526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build/cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ build() {
echo "Building in parallel for:"
build "linux" "amd64" & \
build "linux" "arm64" & \
build "linux" "ppc64le" & \
build "darwin" "amd64" & \
build "windows" "amd64" & \
wait

0 comments on commit be15526

Please sign in to comment.