We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf5af0 commit fd4587eCopy full SHA for fd4587e
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -90,6 +90,9 @@ jobs:
90
with_contrib: [0, 1]
91
without_gui: [0, 1]
92
build_sdist: [0]
93
+ exclude:
94
+ - platform: aarch64
95
+ manylinux: 2014
96
env:
97
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
98
MB_PYTHON_VERSION: ${{ matrix.python-version }}
0 commit comments