Update .gitlab-ci.yml file
This commit is contained in:
parent
d615f3b314
commit
4815185b58
|
@ -29,10 +29,10 @@ stages:
|
|||
- publish
|
||||
|
||||
build_dep_wheels:
|
||||
tags: [docker, $DOCKER_PLATFORM]
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCKER_PLATFORM: [amd64, arm64v8] #, arm32v7, riscv64]
|
||||
tags: [docker, $DOCKER_PLATFORM]
|
||||
image: ${DOCKER_PLATFORM}/alpine:3.17
|
||||
before_script:
|
||||
- >
|
||||
|
|
Loading…
Reference in New Issue