Skip to content

Commit

Permalink
Merge pull request #14 from lepistone/patch-1
Browse files Browse the repository at this point in the history
Build for Apple Silicon
  • Loading branch information
veblush committed Feb 17, 2023
2 parents 0d7ddd0 + 6141737 commit 87f52c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
exclude:
- goos: darwin
goarch: 386
include:
- goos: darwin
goarch: arm64

steps:
- name: Checkout code
Expand Down

0 comments on commit 87f52c4

Please sign in to comment.