enable armv7 and riscv

This commit is contained in:
JuniorJPDJ 2022-11-17 20:51:08 +00:00
parent ab6106cb02
commit 13c7e10013
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ stages:
build_dep_wheels:
parallel:
matrix:
- DOCKER_PLATFORM: [amd64, arm64v8] #, arm32v7, riscv64]
- DOCKER_PLATFORM: [amd64, arm64v8, arm32v7, riscv64]
tags: [docker, $DOCKER_PLATFORM]
image: ${DOCKER_PLATFORM}/alpine:3.17
before_script: