Skip to content

Commit

Permalink
Change to release workflow for m1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
soldiermoth committed Apr 17, 2022
1 parent 417467b commit 084889e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Cache Go modules
uses: actions/cache@v1
Expand Down
47 changes: 26 additions & 21 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
goos:
- linux
- windows
- darwin
- env:
- CGO_ENABLED=0
goos:
- 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/hlsq
description: Add some color to your HLS manifests
- tap:
owner: soldiermoth
name: homebrew-tap
folder: Formula
homepage: https://github.com/soldiermoth/hlsq
description: Add some color to your HLS manifests
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 084889e

Please sign in to comment.