Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Add alpine arm64 to build target (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Qiao authored Oct 22, 2021
1 parent de7fba2 commit fe817b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Alpine (x86_64)
os: ubuntu-latest
target: x86_64-unknown-linux-musl
- name: Alpine (arm64)
os: ubuntu-latest
target: aarch64-unknown-linux-musl
- name: Ubuntu (x86_64)
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit fe817b0

Please sign in to comment.