Update wireproxy-releaser.yml

dependabot/github_actions/actions/checkout-3.1.0 v2.68
fscarmen 4 years ago committed by GitHub
parent 0c936c80dd
commit 3ae142e77e
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