Skip to content

Commit 1ff3c65

Browse files
authored
[Feat] add target for arm GNU linux (#25)
1 parent ff5a254 commit 1ff3c65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upload.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- target: x86_64-unknown-linux-gnu
1616
os: ubuntu-latest
1717

18+
- target: aarch64-unknown-linux-gnu
19+
os: ubuntu-latest
20+
1821
- target: x86_64-apple-darwin
1922
os: macos-latest
2023

@@ -23,6 +26,7 @@ jobs:
2326

2427
- target: x86_64-pc-windows-msvc
2528
os: windows-latest
29+
2630
runs-on: ${{ matrix.os }}
2731
steps:
2832
- name: Checkout the repository

0 commit comments

Comments
 (0)