Skip to content

Commit

Permalink
Let's try to get m1 working (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
soldiermoth authored Jul 20, 2021
1 parent 8eb5892 commit ddfac02
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
before:
hooks:
- go mod download
- go mod download
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
brews:
- tap:
owner: soldiermoth
name: homebrew-tap
folder: Formula
homepage: https://github.com/soldiermoth/bex
description: Bobby's XML Utility
- tap:
owner: soldiermoth
name: homebrew-tap
folder: Formula
homepage: https://github.com/soldiermoth/bex
description: Bobby's XML Utility
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -30,5 +35,5 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^docs:'
- '^test:'

0 comments on commit ddfac02

Please sign in to comment.