You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering if its possible to release a gdn binary that built for ARM based OS. So as a downstream, when building a ARM based binary itself, Concourse could include this ARM based gdn binary directly instead of build it from scrath.
With the golang cross compile feature, it might be as easy as GOARCH=arm64 GOOS=linux go build ...
The text was updated successfully, but these errors were encountered:
@xtremerui We added an arm64 binary to 1.22.9 version of garden-runc-release. Let us know if that solves your problem and we can add that to the CI task.
Description
Just wondering if its possible to release a
gdn
binary that built for ARM based OS. So as a downstream, when building a ARM based binary itself, Concourse could include this ARM basedgdn
binary directly instead of build it from scrath.With the golang cross compile feature, it might be as easy as
GOARCH=arm64 GOOS=linux go build ...
The text was updated successfully, but these errors were encountered: