fix invalid arm64v8 docker arch
This commit is contained in:
parent
63c715bdf0
commit
7e0aabe62c
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue