Skip to content

Commit

Permalink
Create vmessping-releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarmen authored Jun 5, 2022
1 parent c18f295 commit 7ffb801
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/vmessping-releaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
project_name: Build VMessPing
before:
hooks:
- go mod tidy -v
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
goos:
- linux
- windows
- darwin
goarch:
- arm
- arm64
- 386
- amd64
# - mips
# - mipsle
- s390x
# - riscv64
gomips:
- softfloat
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
main: ./cmd/vmessping/
binary: vmessping
universal_binaries:
- name_template: "vmessping"
replace: false
archives:
- name_template: "vmessping_{{ .Os }}_{{ .Arch }}"
files:
- none*

0 comments on commit 7ffb801

Please sign in to comment.