fix invalid arm64v8 docker arch

This commit is contained in:
JuniorJPDJ 2022-11-26 21:10:00 +00:00
parent 63c715bdf0
commit 7e0aabe62c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ build_dep_wheels_arm64v8:
needs: [build_dep_wheels_amd64]
extends: .build_dep_wheels
variables:
DOCKER_ARCH: arm32v7
DOCKER_ARCH: arm64v8
build_dep_wheels_i386:
needs: [build_dep_wheels_arm64v8]