Skip to content

Commit

Permalink
Arm64 musl
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 3, 2024
1 parent de67d10 commit d402f7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ jobs:
file: "libopus.so",
rid: "linux-arm64"
}
- {
name: "Linux Arm64 (musl)",
os: ubuntu-latest,
install-deps: "sudo apt-get update && sudo apt-get -y install autoconf automake libtool cmake make \
&& wget https://musl.cc/aarch64-linux-musl-cross.tgz \
&& tar xzf aarch64-linux-musl-cross.tgz \
&& export PATH=\"$(pwd)/aarch64-linux-musl-cross/bin:$PATH\" \
&& export CC=aarch64-linux-musl-gcc \
&& alias gcc=aarch64-linux-musl-gcc",
args: "",
find-file: "libopus.so.*.*.*",
file: "libopus.so",
rid: "linux-arm64-musl"
}
- {
name: "MacOS x64",
os: macos-latest,
Expand Down

0 comments on commit d402f7a

Please sign in to comment.