Skip to content

Commit

Permalink
Update build-libs.yml
Browse files Browse the repository at this point in the history
add aarch64 to CI.
  • Loading branch information
esnvidia authored Aug 27, 2024
1 parent fd51171 commit 1d8d787
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,26 @@ jobs:
with:
name: lib
path: "libsndfile.so"

build-libs-linux-aarch64:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-22.04"]
fail-fast: true

steps:
- uses: actions/checkout@v3
- uses: pguyot/[email protected]
name: Compile library
with:
base_image: arm64v8/ubuntu:22.04
commands: ./linux_build.sh
- uses: actions/upload-artifact@v3
with:
name: lib
path: "libsndfile.so"

build-libs-windows:
runs-on: windows-2019
strategy:
Expand Down

0 comments on commit 1d8d787

Please sign in to comment.