We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94718d5 commit 359e007Copy full SHA for 359e007
1 file changed
.github/workflows/main.yml
@@ -89,8 +89,6 @@ jobs:
89
only: ${{ matrix.only }}
90
env:
91
CIBW_BUILD_VERBOSITY: 1
92
- CIBW_MANYLINUX_*_IMAGE: manylinux_2_28 # get a more recent libmagic1
93
- CIBW_MUSLLINUX_*_IMAGE: musllinux_1_2
94
CIBW_BEFORE_BUILD: bash -c "make install_libmagic"
95
CIBW_TEST_COMMAND: python -c "import magic; assert magic.Magic(mime=True).from_buffer(b'\x00\x00\x00\x1cftypisom\x00\x00\x02\x00isomiso2mp41\x00') == 'video/mp4'"
96
0 commit comments