Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Apr 15, 2022
1 parent 9ebc5dc commit 5db5213
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Set up Go 1.15
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18
id: go

- name: Run GoReleaser
Expand Down
11 changes: 7 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ builds:
- linux_arm # rasberry - linux arm 32-bit
- windows_amd64
- darwin_amd64
- darwin_arm64
# - freebsd_amd64
# - darwin_arm64 - note: arm64 not working for now; sorry



archives:
Expand All @@ -47,5 +46,9 @@ archives:

# Can be used to change the archive formats for specific GOOS.
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip
replacements:
amd64: 64bit
386: 32bit
darwin: macos

0 comments on commit 5db5213

Please sign in to comment.