mirror of https://github.com/go-gost/gost.git
Update .goreleaser.yaml
parent
87af3da1b6
commit
80ec651886
|
|
@ -11,30 +11,8 @@ builds:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
main: ./cmd/gost
|
main: ./cmd/gost
|
||||||
targets:
|
targets:
|
||||||
- darwin_amd64
|
|
||||||
- darwin_arm64
|
|
||||||
- linux_386
|
|
||||||
- linux_amd64
|
- linux_amd64
|
||||||
- linux_amd64_v3
|
|
||||||
- linux_arm_5
|
|
||||||
- linux_arm_6
|
|
||||||
- linux_arm_7
|
|
||||||
- linux_arm64
|
|
||||||
- linux_mips_softfloat
|
|
||||||
- linux_mips_hardfloat
|
|
||||||
- linux_mipsle_softfloat
|
|
||||||
- linux_mipsle_hardfloat
|
|
||||||
- linux_mips64
|
|
||||||
- linux_mips64le
|
|
||||||
- linux_s390x
|
|
||||||
- linux_riscv64
|
|
||||||
- linux_loong64
|
|
||||||
- freebsd_386
|
|
||||||
- freebsd_amd64
|
|
||||||
- windows_386
|
|
||||||
- windows_amd64
|
- windows_amd64
|
||||||
- windows_amd64_v3
|
|
||||||
- windows_arm64
|
|
||||||
ldflags:
|
ldflags:
|
||||||
- "-s -w -X 'main.version={{ .Tag }}'"
|
- "-s -w -X 'main.version={{ .Tag }}'"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue