Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
evenh committed Feb 14, 2022
1 parent cf6459d commit 6b806b3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ builds:
- darwin
goarch:
- amd64
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: arm64
- goos: darwin
goarch: i386
- goos: windows
goarch: arm64
archives:
- id: distribution
format: tar.gz
Expand All @@ -46,7 +40,7 @@ dockers:
goos: linux
goarch: amd64
goarm: ''
binaries:
ids:
- az-blob-hashdeep
dockerfile: Dockerfile

Expand Down

0 comments on commit 6b806b3

Please sign in to comment.