ci: release apple arm binary (#1239)

* 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
This commit is contained in:
Marco Ieni 2022-12-03 15:45:26 +01:00 committed by GitHub
parent 96c2fa8673
commit 667d44c885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -39,6 +42,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
profile: minimal
override: true
- name: Checkout repository
@ -96,7 +100,7 @@ jobs:
with:
command: publish
args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
bump-homebrew-formula:
runs-on: macos-latest
steps: