Skip to content

Commit 8c47f7a

Browse files
committed
build on arm and static link
1 parent b2a7bb0 commit 8c47f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-avif-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-amd64:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
cd libavif
2626
mkdir -p build
2727
cd build
28-
cmake -DAVIF_CODEC_AOM=LOCAL -DAVIF_LIBYUV=LOCAL -DAVIF_BUILD_APPS=ON -G Ninja ..
28+
cmake -DBUILD_SHARED_LIBS=OFF -DCONFIG_PIC=1 -DCMAKE_BUILD_TYPE=Release -DAVIF_CODEC_AOM=LOCAL -DAVIF_LIBYUV=LOCAL -DAVIF_BUILD_APPS=ON -G Ninja ..
2929
ninja
3030
3131
- name: Upload artifact

0 commit comments

Comments
 (0)