Skip to content

Commit

Permalink
Merge #179
Browse files Browse the repository at this point in the history
179: Distribute prebuilt binaries for aarch64 macOS r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Jun 2, 2022
2 parents 84a7457 + 728f147 commit 81f1e7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,23 @@ jobs:
include:
- target: aarch64-unknown-linux-gnu
- target: aarch64-unknown-linux-musl
- target: aarch64-apple-darwin
os: macos-11
- target: x86_64-unknown-linux-musl
runs-on: ${{ matrix.os || 'ubuntu-18.04' }}
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: taiki-e/github-actions/install-rust@main
with:
target: ${{ matrix.target }}
- uses: taiki-e/install-action@cross
if: matrix.os == '' || startsWith(matrix.os, 'ubuntu')
- run: cross build --target ${{ matrix.target }}
if: matrix.os == '' || startsWith(matrix.os, 'ubuntu')
- run: cargo build --target ${{ matrix.target }}
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'windows')

msrv:
runs-on: ubuntu-18.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
include:
- target: aarch64-unknown-linux-gnu
- target: aarch64-unknown-linux-musl
- target: aarch64-apple-darwin
os: macos-11
- target: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-musl
- target: x86_64-apple-darwin
Expand Down

0 comments on commit 81f1e7b

Please sign in to comment.