mirror of
https://github.com/xiaoqidun/symfs.git
synced 2026-02-02 16:13:54 +08:00
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -o release/symfs_386.exe -trimpath -ldflags "-s -w -buildid=" ./cmd/main.go
|
GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -o release/symfs_windows_386.exe -trimpath -ldflags "-s -w -buildid=" ./cmd/main.go
|
||||||
GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -o release/symfs_386_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" ./cmd/main.go
|
GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -o release/symfs_windows_386_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" ./cmd/main.go
|
||||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/symfs_amd64.exe -trimpath -ldflags "-s -w -buildid=" ./cmd/main.go
|
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/symfs_windows_amd64.exe -trimpath -ldflags "-s -w -buildid=" ./cmd/main.go
|
||||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/symfs_amd64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" ./cmd/main.go
|
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/symfs_windows_amd64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" ./cmd/main.go
|
||||||
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/symfs_arm64.exe -trimpath -ldflags "-s -w -buildid=" ./cmd/main.go
|
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/symfs_windows_arm64.exe -trimpath -ldflags "-s -w -buildid=" ./cmd/main.go
|
||||||
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/symfs_arm64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" ./cmd/main.go
|
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/symfs_windows_arm64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" ./cmd/main.go
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
set GOOS=windows
|
set GOOS=windows
|
||||||
set GOARCH=386
|
set GOARCH=386
|
||||||
set CGO_ENABLED=0
|
set CGO_ENABLED=0
|
||||||
go build -o symfs_386.exe -trimpath -ldflags "-s -w -buildid=" .\cmd\main.go
|
go build -o symfs_windows_386.exe -trimpath -ldflags "-s -w -buildid=" .\cmd\main.go
|
||||||
go build -o symfs_386_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" .\cmd\main.go
|
go build -o symfs_windows_386_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" .\cmd\main.go
|
||||||
set GOOS=windows
|
set GOOS=windows
|
||||||
set GOARCH=amd64
|
set GOARCH=amd64
|
||||||
set CGO_ENABLED=0
|
set CGO_ENABLED=0
|
||||||
go build -o symfs_amd64.exe -trimpath -ldflags "-s -w -buildid=" .\cmd\main.go
|
go build -o symfs_windows_amd64.exe -trimpath -ldflags "-s -w -buildid=" .\cmd\main.go
|
||||||
go build -o symfs_amd64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" .\cmd\main.go
|
go build -o symfs_windows_amd64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" .\cmd\main.go
|
||||||
set GOOS=windows
|
set GOOS=windows
|
||||||
set GOARCH=arm64
|
set GOARCH=arm64
|
||||||
set CGO_ENABLED=0
|
set CGO_ENABLED=0
|
||||||
go build -o symfs_arm64.exe -trimpath -ldflags "-s -w -buildid=" .\cmd\main.go
|
go build -o symfs_windows_arm64.exe -trimpath -ldflags "-s -w -buildid=" .\cmd\main.go
|
||||||
go build -o symfs_arm64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" .\cmd\main.go
|
go build -o symfs_windows_arm64_daemon.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" .\cmd\main.go
|
||||||
Reference in New Issue
Block a user