Skip to content

Commit

Permalink
Add Apple Silicon support
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Dec 29, 2023
1 parent 2df0252 commit 8841aaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
job:
- arch: amd64
os: darwin
- arch: arm64
os: darwin
- arch: amd64
os: linux
- arch: arm64
Expand Down Expand Up @@ -52,6 +54,7 @@ jobs:
with:
files: |
dist/staticd-darwin-amd64
dist/staticd-darwin-arm64
dist/staticd-linux-amd64
dist/staticd-linux-arm64
prerelease: true
Expand All @@ -60,5 +63,6 @@ jobs:
with:
files: |
dist/staticd-darwin-amd64
dist/staticd-darwin-arm64
dist/staticd-linux-amd64
dist/staticd-linux-arm64

0 comments on commit 8841aaf

Please sign in to comment.