Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Add target for linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 17, 2023
1 parent 0aa23c4 commit f48e917
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable

- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup MUSL
if: matrix.os == 'ubuntu-latest'
run: |
rustup target add x86_64-unknown-linux-musl
rustup target add aarch64-unknown-linux-gnu
sudo apt-get -qq install musl-tools
- name: Build for Linux
Expand Down

0 comments on commit f48e917

Please sign in to comment.