Commit 33c26b0
Go: support linux-arm64 in autobuild scripts
The go autobuilder, extractor and identify-environment tools are
arch-native and their per-platform binaries are already built for
linux-arm64, but the unix wrapper scripts hard-gated on linux64/osx64
and bailed with "Automatic build detection ... is not implemented" on
arm64. Allow linux-arm64 so Go extraction works on native Linux Arm64.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent a80d7e0 commit 33c26b0
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments