Commit b2108af
committed
build: ship linux/arm64 binaries
goreleaser excluded linux/arm64 while building darwin/arm64, so ARM
Linux servers, Raspberry Pis, Graviton instances, and ARM CI runners had
no prebuilt binary. Nothing blocked it technically: the build is
CGO_ENABLED=0 and the image codecs run on wazero, a pure Go WASM
runtime, so there is no cgo toolchain to cross-compile.
Also drops the linux/arm64 guard added to install.sh earlier today.
That asset now exists, and leaving the guard would refuse to install on
a supported platform. All five published targets verified to build.1 parent f4b77f8 commit b2108af
2 files changed
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 32 | + | |
| 33 | + | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
| |||
0 commit comments