Skip to content

Commit

Permalink
ci: release apple arm binary (#1239)
Browse files Browse the repository at this point in the history
* ci: improve formatting

* ci.yaml: apply new formatting

* ci: release apple arm binary

* use cross for mac arm

* wip

* do not use cross

* install targets
  • Loading branch information
MarcoIeni authored Dec 3, 2022
1 parent 96c2fa8 commit 667d44c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- os: macos-latest
target: x86_64-apple-darwin
use-cross: false
- os: macos-latest
target: aarch64-apple-darwin
use-cross: false
- os: windows-latest
target: x86_64-pc-windows-msvc
use-cross: false
Expand All @@ -39,6 +42,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
profile: minimal
override: true
- name: Checkout repository
Expand Down Expand Up @@ -96,7 +100,7 @@ jobs:
with:
command: publish
args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty

bump-homebrew-formula:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 667d44c

Please sign in to comment.