Skip to content

Commit

Permalink
chore(ci): include osx arm64 binary in release (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart committed Nov 24, 2023
1 parent 2511a77 commit 48f4afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ distributions:
- path: "tw_mac/tw"
transform: "{{distributionName}}-osx-x86_64"
platform: osx-x86_64
- path: "tw_mac_arm64/tw"
transform: "{{distributionName}}-osx-arm64"
platform: osx-arm64
- path: "tw_windows/tw.exe"
transform: "{{distributionName}}-windows-x86_64.exe"
platform: windows-x86_64
Expand Down

0 comments on commit 48f4afa

Please sign in to comment.