From 49182737c80f028acfccd3b4cdb5156e97159320 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 19 Aug 2022 09:09:13 +0300 Subject: [PATCH] Adds readme to scripts --- scripts/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/README.md diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 00000000..62f918f5 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,11 @@ +# 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