1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Re-enable cross builds for aarch64/arm64

When running `go tool dist list` aarch64 is no longer listed
so we must change it to arm64 which is the same architecture
just a different name

Fixes #1103
This commit is contained in:
Corey Daley
2023-03-11 22:36:59 -05:00
parent db599d2742
commit 0aa69a4062

View File

@@ -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