Update wireproxy-releaser.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 97141f3b6e
commit f6e0f004ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      .github/wireproxy-releaser.yml

@ -8,18 +8,18 @@ builds:
ldflags: ldflags:
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}} - -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
goos: goos:
# - linux - linux
- windows - windows
# - darwin - darwin
goarch: goarch:
# - arm - arm
# - arm64 - arm64
- 386 - 386
# - amd64 - amd64
# - mips - mips
# - mipsle - mipsle
# - s390x - s390x
# - riscv64 - riscv64
gomips: gomips:
- softfloat - softfloat
ignore: ignore:

Loading…
Cancel
Save