Skip to content

Commit

Permalink
Merge pull request #49 from sensu/mac_assetBuild
Browse files Browse the repository at this point in the history
asset build mac
  • Loading branch information
ManishaKumari295 authored Feb 11, 2025
2 parents b6701ca + 4fd515b commit e6c2a2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6c2a2b

Please sign in to comment.