Update .gitlab-ci.yml file

This commit is contained in:
JuniorJPDJ 2022-11-17 20:38:14 +00:00
parent d615f3b314
commit 4815185b58
1 changed files with 1 additions and 1 deletions

View File

@ -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:
- >