Skip to content

Commit

Permalink
chore(templates/workflow): add darwin:arm64 release target (ignite#…
Browse files Browse the repository at this point in the history
…2599)

Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
jeronimoalbi and Pantani authored Jun 16, 2022
1 parent 09edced commit f01dea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ignite-hq/cli/actions/cli@develop
if: ${{ steps.vars.outputs.should_release == 'true' }}
with:
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64

- name: Delete the "latest" Release
uses: dev-drprasad/[email protected]
Expand Down

0 comments on commit f01dea4

Please sign in to comment.