mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-15 03:25:42 +08:00
Update wireproxy-releaser.yml
Former-commit-id: a2a7bd00563cbf2650a8d96bf2a9463aeccd9e5e
This commit is contained in:
@@ -9,8 +9,8 @@ builds:
|
||||
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
|
||||
goos:
|
||||
- linux
|
||||
# - windows
|
||||
# - darwin
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- arm
|
||||
- arm64
|
||||
@@ -27,26 +27,12 @@ builds:
|
||||
goarch: arm
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
main: ./
|
||||
main: ./cmd/wireproxy/
|
||||
binary: wireproxy
|
||||
universal_binaries:
|
||||
- name_template: "wireproxy"
|
||||
replace: false
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
name_template: "wireproxy"
|
||||
archives:
|
||||
- name_template: "wireproxy_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- none*
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- "^docs:"
|
||||
- "^test:"
|
||||
- "^chore"
|
||||
- Merge pull request
|
||||
- Merge branch
|
||||
- go mod tidy
|
||||
|
||||
Reference in New Issue
Block a user