Skip to content

Commit

Permalink
bring back arm target
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 25, 2022
1 parent 9798c1e commit 474463e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ builds:
goarch:
- amd64
- arm64
- arm
- "386"
goarm:
- "6"
gomips:
- hardfloat
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
flags:
- -tags=encrypted
ldflags:
Expand Down

0 comments on commit 474463e

Please sign in to comment.