feat: import services and standardize Go 1.26.5
This commit is contained in:
12
apps/base/fts/scripts/pack.sh
Normal file
12
apps/base/fts/scripts/pack.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
go env -w CGO_ENABLED=0
|
||||
go env -w GOOS="linux"
|
||||
go env -w GOARCH=arm64
|
||||
go build -o bsm-apps-fts ./cmd/main/main.go
|
||||
go env -w GOARCH=amd64
|
||||
go env -w GOOS="windows"
|
||||
|
||||
go env -w GOOS="linux"
|
||||
go build -o bsm-apps-fts ./cmd/main/main.go
|
||||
go env -w GOOS="windows"
|
||||
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o fts ./cmd/main/main.go
|
||||
Reference in New Issue
Block a user