mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-27 10:10:31 +08:00
Adds build script for linux amd
This commit is contained in:
5
scripts/build_linux_arm.cmd
Normal file
5
scripts/build_linux_arm.cmd
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
@SET GOOS=linux
|
||||||
|
@SET GOARCH=arm
|
||||||
|
@cd ..
|
||||||
|
del go2rtc
|
||||||
|
go build -ldflags "-s -w" -trimpath
|
||||||
Reference in New Issue
Block a user