Skip to content

Commit

Permalink
ci(build): add arm linux prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Nov 19, 2023
1 parent 64d0310 commit 8ff115c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- build_target: x86_64-unknown-linux-musl
arch: x64
lib: musl
- build_target: aarch64-unknown-linux-gnu
arch: arm64
lib: gnu
steps:
- name: Checkout Source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8ff115c

Please sign in to comment.