5 lines
56 B
Batchfile
5 lines
56 B
Batchfile
set GOOS=linux
|
|
set GOARCH=arm
|
|
set GOARM=5
|
|
go build
|
|
pause |