Skip to content

Commit e6c2a2b

Browse files
Merge pull request #49 from sensu/mac_assetBuild
asset build mac
2 parents b6701ca + 4fd515b commit e6c2a2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.bonsai.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ builds:
4141
- "entity.system.os == 'darwin'"
4242
- "entity.system.arch == 'amd64'"
4343

44+
- platform: "OSX"
45+
arch: "arm64"
46+
asset_filename: "#{repo}_#{version}_darwin_arm64.tar.gz"
47+
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
48+
filter:
49+
- "entity.system.os == 'darwin'"
50+
- "entity.system.arch == 'arm64'"
51+
4452
- platform: "Windows"
4553
arch: "amd64"
4654
asset_filename: "#{repo}_#{version}_windows_amd64.tar.gz"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
uses: goreleaser/goreleaser-action@v2
2222
with:
2323
version: latest
24-
args: release --rm-dist
24+
args: release --clean
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)