Update .goreleaser.yml

dependabot/github_actions/actions/checkout-3.1.0 v2.51
fscarmen 4 years ago committed by GitHub
parent c2e2dd1096
commit 363b1650bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .goreleaser.yml

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

Loading…
Cancel
Save