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