mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Add release build target "linux-aarch64-musl" for platform "linux/arm64" (#351)
This commit is contained in:
parent
5bdcd6ae9c
commit
d04e671c46
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -54,6 +54,8 @@ jobs:
|
|||
include:
|
||||
- arch: "x86_64"
|
||||
libc: "musl"
|
||||
- arch: "aarch64"
|
||||
libc: "musl"
|
||||
- arch: "i686"
|
||||
libc: "musl"
|
||||
- arch: "armv7"
|
||||
|
|
@ -116,6 +118,7 @@ jobs:
|
|||
matrix:
|
||||
target:
|
||||
- linux-x86_64-musl
|
||||
- linux-aarch64-musl
|
||||
- linux-i686-musl
|
||||
- linux-armv7-musleabihf
|
||||
- linux-arm-musleabi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue