We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c10cb commit db0c183Copy full SHA for db0c183
.github/workflows/build-wheels-linux.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Setup Special Environment variables for Linux AArch64
82
if: ${{ matrix.platform == 'aarch64' }}
83
run: |
84
- echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_arm64v8)" >> $GITHUB_ENV
+ echo "DOCKER_TEST_IMAGE=$(echo multibuild/focal_arm64v8)" >> $GITHUB_ENV
85
86
- name: Pin Numpy version
87
0 commit comments