aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--build.bat3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3883ded0..089dcfaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
# Build Output
/x86
/amd64
+/arm
# Misc
/locales/*/out.gotext.json
diff --git a/build.bat b/build.bat
index 6c7ae981..7bf73f98 100644
--- a/build.bat
+++ b/build.bat
@@ -52,6 +52,9 @@ if exist .deps\prepared goto :render
call :build_plat x86 i686 386 || goto :error
set CGO_LDFLAGS=%CGO_LDFLAGS% -Wl,--high-entropy-va
call :build_plat amd64 x86_64 amd64 || goto :error
+ set CGO_ENABLED=0
+ set GOARM=7
+ call :build_plat arm arm arm || goto :error
:sign
if exist .\sign.bat call .\sign.bat