Adds fast script for building linux/amd64

This commit is contained in:
Alexey Khit
2022-08-21 09:28:47 +03:00
parent a81bf0daa8
commit 090c360747
+4
View File
@@ -0,0 +1,4 @@
@SET GOOS=linux
@SET GOARCH=amd64
cd ..
go build -ldflags "-s -w" -trimpath && upx-3.96 go2rtc