Skip to content

Commit 3e356cb

Browse files
enable aarch64 linux target
1 parent 497b047 commit 3e356cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
os:
2828
- windows-latest
2929
include:
30-
# - target: aarch64-unknown-linux-gnu
31-
# os: ubuntu-20.04
30+
- target: aarch64-unknown-linux-gnu
31+
os: ubuntu-20.04
3232
- target: aarch64-apple-darwin
3333
os: macos-latest
3434
- target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)