Skip to content

Commit b2d35e0

Browse files
committed
Build windows aarch64
1 parent 04fe980 commit b2d35e0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
arch: x86_64
4040
- os: windows-latest
4141
arch: AMD64
42+
- os: windows-latest
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)