Skip to content

Commit

Permalink
Merge pull request #1108 from coreydaley/enable_arm64_build_cross
Browse files Browse the repository at this point in the history
Re-enable cross builds for aarch64/arm64
  • Loading branch information
coreydaley committed Mar 12, 2023
2 parents db599d2 + 0aa69a4 commit 94a6945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ readonly S2I_CROSS_COMPILE_PLATFORMS=(
linux/386
linux/ppc64le
linux/s390x
#linux/aarch64
#darwin/aarch64
linux/arm64
darwin/arm64
)
readonly S2I_CROSS_COMPILE_TARGETS=(
cmd/s2i
Expand Down

0 comments on commit 94a6945

Please sign in to comment.