Skip to content

Commit

Permalink
Added a step for arch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jul 26, 2023
1 parent bcdae53 commit 16ffb08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
run: |
cargo build --release
- name: cargo build (release) for aarch64-apple-darwin platform
if: ${{ env.sui_tag != 'main' }}
shell: bash
run: |
rustup target add aarch64-apple-darwin
cargo build --target aarch64-apple-darwin --release
- name: Rename binaries for Ubuntu
if: ${{ env.sui_tag != 'main' && matrix.os == 'macos-latest' }}
shell: bash
Expand Down

0 comments on commit 16ffb08

Please sign in to comment.