Skip to content

Commit

Permalink
Merge pull request #235 from coveooss/fix/arm-build
Browse files Browse the repository at this point in the history
Update Go to 1.17 to actually build a mac ARM64 version
  • Loading branch information
dblanchette authored Nov 30, 2021
2 parents f68fc45 + 05aa90f commit ca644d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.17
id: go

- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ builds:
goarch:
- amd64
- arm64

# Build one binary for Mac OS (arm64 and amd64)
universal_binaries:
- replace: true
ignore:
# Windows arm64 is not used and does not compile well as of writing
- goos: windows
goarch: arm64

# Archive customization
archives:
Expand Down

0 comments on commit ca644d4

Please sign in to comment.