Update .gitlab-ci.yml file

This commit is contained in:
JuniorJPDJ 2022-11-24 20:28:12 +00:00
parent 81df107e5e
commit 8090ef0ea1
1 changed files with 2 additions and 12 deletions

View File

@ -27,24 +27,14 @@ stages:
- test
- build
- publish
test:
stage: deploy
image: alpine
variables:
TEST: $IMAGE_NAME
IMAGE_NAME: topkek
script:
- echo $TEST
- echo $IMAGE_NAME
build_dep_wheels:
stage: build
parallel:
matrix:
- DOCKER_PLATFORM: [amd64, i386, arm64v8, arm32v7, riscv64]
- DOCKER_PLATFORM: [amd64, i386, arm64v8, arm32v7] #, riscv64]
tags: [docker, $DOCKER_PLATFORM]
image: ${DOCKER_PLATFORM}/alpine:edge #3.17
image: ${DOCKER_PLATFORM}/alpine:3.17 #edge #3.17
before_script:
- >
apk add