Skip to content

Commit

Permalink
fix typo in goreleaser config and remove arm builds (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Reed authored Jan 10, 2020
1 parent ab37961 commit 75ec4ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
builds:
- id: asatro
- id: astro
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
checksum:
name_template: 'checksums.txt'
changelog:
Expand Down

0 comments on commit 75ec4ea

Please sign in to comment.