mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
remove hardwired GO ARCH
This commit is contained in:
parent
0576b3c849
commit
69a057cbf9
|
|
@ -35,8 +35,6 @@ REM @echo off
|
||||||
|
|
||||||
:ALL_SET
|
:ALL_SET
|
||||||
set CGO_ENABLED=1
|
set CGO_ENABLED=1
|
||||||
set GOOS=windows
|
|
||||||
set GOARCH=amd64
|
|
||||||
for /D %%P in (cmd\*) do (
|
for /D %%P in (cmd\*) do (
|
||||||
go build -trimpath -ldflags "%FLAGS%" -v -o ".\bin" ".\%%P"
|
go build -trimpath -ldflags "%FLAGS%" -v -o ".\bin" ".\%%P"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue