5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
@SET GOOS=linux
|
|
@SET GOARCH=arm
|
|
@cd ..
|
|
del go2rtc
|
|
go build -ldflags "-s -w" -trimpath |