mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-27 12:42:18 +08:00
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 |