Skip to content

Commit

Permalink
darwin/arm64 support (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-yudovich authored Jun 23, 2022
1 parent ff0b03c commit 8d60a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64
# build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: [amd64]
include:
- goos: darwin
goarch: arm64
steps:
- uses: actions/checkout@v2
- name: Set APP_VERSION env
Expand Down

0 comments on commit 8d60a21

Please sign in to comment.