Skip to content

Commit

Permalink
Add support for Apple silicon (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwilkins committed Oct 4, 2021
1 parent 7a19818 commit 3703672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions godel/config/dist-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ products:
os-archs:
- os: darwin
arch: amd64
- os: darwin
arch: arm64
- os: freebsd
arch: amd64
- os: freebsd
Expand All @@ -31,6 +33,8 @@ products:
os-archs:
- os: darwin
arch: amd64
- os: darwin
arch: arm64
- os: freebsd
arch: amd64
- os: freebsd
Expand Down

0 comments on commit 3703672

Please sign in to comment.