12 lines
323 B
Markdown
12 lines
323 B
Markdown
# Build
|
|
|
|
- important to use [UPX](https://github.com/upx/upx/releases) 3.95, because 3.96 has a bug for `mipsel`
|
|
- `aarch64` = `arm64`
|
|
- `armv7` = `arm`
|
|
|
|
## Useful links
|
|
|
|
- https://github.com/golang/go/wiki/GoArm
|
|
- https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63
|
|
- https://en.wikipedia.org/wiki/AArch64
|