File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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-*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ users to easily install PyAV without perform error-prone compilations.
77
88The 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
You can’t perform that action at this time.
0 commit comments