Skip to content

Commit 3ca6b2f

Browse files
committed
Build windows aarch64
1 parent 04fe980 commit 3ca6b2f

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
arch: aarch64
3838
- os: ubuntu-24.04
3939
arch: x86_64
40-
- os: windows-latest
40+
- os: windows-11
4141
arch: AMD64
42+
- os: windows-11-arm
43+
arch: ARM64
4244
steps:
4345
- uses: actions/checkout@v6
4446
- uses: actions/setup-python@v6

scripts/activate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ ! "$PYAV_LIBRARY" ]]; then
2121
return 1
2222
fi
2323
else
24-
PYAV_LIBRARY=ffmpeg-8.0
24+
PYAV_LIBRARY=ffmpeg-8.0.1
2525
echo "No \$PYAV_LIBRARY set; defaulting to $PYAV_LIBRARY"
2626
fi
2727
fi

scripts/ffmpeg-8.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-3/ffmpeg-{platform}.tar.gz"
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-4/ffmpeg-{platform}.tar.gz"
33
}

scripts/ffmpeg-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-3/ffmpeg-{platform}.tar.gz"
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-4/ffmpeg-{platform}.tar.gz"
33
}

0 commit comments

Comments
 (0)