Skip to content

Commit

Permalink
[Feat] add target for arm GNU linux (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky authored Nov 27, 2024
1 parent ff5a254 commit 1ff3c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest

- target: aarch64-unknown-linux-gnu
os: ubuntu-latest

- target: x86_64-apple-darwin
os: macos-latest

Expand All @@ -23,6 +26,7 @@ jobs:

- target: x86_64-pc-windows-msvc
os: windows-latest

runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository
Expand Down

0 comments on commit 1ff3c65

Please sign in to comment.