happy-island-57258
10/18/2022, 3:51 PMelemental-cli
on 32-bit arch, which sets runtime.GOARCH
!= arm64
, which causes GolangArchToArch
to return “invalid arch”.ripe-mechanic-63260
10/18/2022, 3:55 PMhappy-island-57258
10/18/2022, 3:58 PMGOARCH, GOOS, and GOROOT are recorded at compile time and made available by constants or functions in this packageConsequently, I presume this means those parameters must be set during cross compilation.