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:
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
goos:
# - linux
- linux
- windows
# - darwin
- darwin
goarch:
# - arm
# - arm64
- arm
- arm64
- 386
# - amd64
# - mips
# - mipsle
# - s390x
# - riscv64
- amd64
- mips
- mipsle
- s390x
- riscv64
gomips:
- softfloat
ignore:

Loading…
Cancel
Save