aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.bat3
1 files changed, 3 insertions, 0 deletions
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