Skip to content

Commit 94a6945

Browse files
author
Corey Daley
authored
Merge pull request #1108 from coreydaley/enable_arm64_build_cross
Re-enable cross builds for aarch64/arm64
2 parents db599d2 + 0aa69a4 commit 94a6945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ readonly S2I_CROSS_COMPILE_PLATFORMS=(
3434
linux/386
3535
linux/ppc64le
3636
linux/s390x
37-
#linux/aarch64
38-
#darwin/aarch64
37+
linux/arm64
38+
darwin/arm64
3939
)
4040
readonly S2I_CROSS_COMPILE_TARGETS=(
4141
cmd/s2i

0 commit comments

Comments
 (0)