Skip to content

Commit

Permalink
darwin/arm64 build
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <[email protected]>
  • Loading branch information
ManishaKumari295 committed Feb 13, 2025
1 parent 612993f commit a495fcf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 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
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ builds:
- 7
targets:
- darwin_amd64
- darwin_arm64
- linux_386
- linux_amd64
- linux_arm_5
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
# [1.2.4] - 2025-02-13

### Added
- Support for darwin/arm64 build

# [1.2.3] - 2024-06-11

### Fixed
Expand Down

0 comments on commit a495fcf

Please sign in to comment.