Skip to content

Commit

Permalink
Add Darwin/arm64 build (#62)
Browse files Browse the repository at this point in the history
* Add Darwin/arm64 build

Signed-off-by: Francis Guimond <[email protected]>
  • Loading branch information
fguimond authored Feb 12, 2025
1 parent e9b4b01 commit 7763533
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ builds:
- "entity.system.os == 'darwin'"
- "entity.system.arch == 'amd64'"

- platform: "OSX"
arch: "arm64"
asset_filename: "#{repo}_#{version}_darwin_arm64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'darwin'"
- "entity.system.arch == 'arm64'"

- platform: "Windows"
arch: "amd64"
asset_filename: "#{repo}_#{version}_windows_amd64.tar.gz"
Expand Down
15 changes: 8 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ builds:
- linux
- windows
goarch:
- amd64
- 386
- arm
- arm64
- 'amd64'
- '386'
- 'arm'
- 'arm64'
goarm:
- 5
- 6
- 7
- '5'
- '6'
- '7'
targets:
- darwin_amd64
- darwin_arm64
- linux_386
- linux_amd64
- linux_arm_5
Expand Down

0 comments on commit 7763533

Please sign in to comment.