Skip to content

Commit

Permalink
Support Linux ARM 64 (#370)
Browse files Browse the repository at this point in the history
follow-up of: #363
  • Loading branch information
hrishikesh-k authored Nov 25, 2024
1 parent 3becd97 commit a215147
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
target: x86_64-unknown-linux-musl
binary_postfix: ""
label: x86_64 musl
- os: ubuntu-latest
artifact_prefix: linux-arm64
target: aarch64-unknown-linux-gnu
binary_postfix: ""
label: arm64
- os: ubuntu-latest
artifact_prefix: linux-arm64-musl
target: aarch64-unknown-linux-musl
binary_postfix: ""
label: arm64 musl
- os: windows-latest
artifact_prefix: windows
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit a215147

Please sign in to comment.