Skip to content

Commit

Permalink
Add release build target "linux-aarch64-musl" for platform "linux/arm…
Browse files Browse the repository at this point in the history
…64" (#351)
  • Loading branch information
nifr authored Jan 17, 2024
1 parent 5bdcd6a commit d04e671
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 @@ -54,6 +54,8 @@ jobs:
include:
- arch: "x86_64"
libc: "musl"
- arch: "aarch64"
libc: "musl"
- arch: "i686"
libc: "musl"
- arch: "armv7"
Expand Down Expand Up @@ -116,6 +118,7 @@ jobs:
matrix:
target:
- linux-x86_64-musl
- linux-aarch64-musl
- linux-i686-musl
- linux-armv7-musleabihf
- linux-arm-musleabi
Expand Down

0 comments on commit d04e671

Please sign in to comment.