Skip to content

Commit a4e33b9

Browse files
committed
Try setting arch to x86_64
1 parent 36b37f8 commit a4e33b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-ffmpeg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
arch: x86_64
3434
shell: bash
3535
- os: windows-latest
36-
arch: AMD64
36+
arch: x86_64
3737
shell: 'msys2 {0}'
3838
msys_prefix: mingw-w64-x86_64
3939
msys_system: MINGW64
@@ -69,7 +69,7 @@ jobs:
6969
path-type: inherit
7070
- name: Build FFmpeg
7171
env:
72-
CIBW_ARCHS: ${{ matrix.arch }}
72+
CIBW_ARCHS: ${{ matrix.msys_prefix && 'AMD64' || matrix.arch }}
7373
CIBW_BEFORE_BUILD: python scripts/build-ffmpeg.py /tmp/vendor --community
7474
CIBW_BEFORE_BUILD_WINDOWS: python scripts\build-ffmpeg.py C:\cibw\vendor --community
7575
CIBW_BUILD: cp311-*

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ users to easily install PyAV without perform error-prone compilations.
77

88
The builds are provided for several platforms:
99

10-
- Linux (x86_64, aarch64)
10+
- Linux (x86_64, aarch64)
1111
- macOS (x86_64, arm64)
1212
- Windows (x86_64)
1313

0 commit comments

Comments
 (0)