Skip to content

aarch64 support

This MR has two commits:

  1. only set GOARCH and GOAMD64 when building for x86_64. When these values are always set, as they are currently, go will not build on non-x86_64 architectures.
  2. removes hard dependency on ld.gold for aarch64 (credit: @solskogen)

For additional information, see:

Edited by Benjamin Schneider

Merge request reports

Loading