Skip to content

Commit 3dbbf83

Browse files
committed
Try to build for Linux on ARM64
1 parent d4fc596 commit 3dbbf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
job:
2020
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
2121
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
22+
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
23+
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
2224
- { target: aarch64-apple-darwin , os: macos-11 }
2325
- { target: x86_64-apple-darwin , os: macos-11 }
2426
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }

0 commit comments

Comments
 (0)