mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-09 07:52:57 +00:00
fix
This commit is contained in:
2
.github/workflows/CI.Dockerfile
vendored
2
.github/workflows/CI.Dockerfile
vendored
@@ -1,2 +1,2 @@
|
||||
FROM ubuntu:latest
|
||||
RUN apt update && apt install openssl libssl-dev curl pkg-config -y
|
||||
RUN apt update && apt install openssl libssl-dev curl pkg-config software-properties-common -y && add-apt-repository ppa:deadsnakes/ppa && apt update && apt install python3.7 python3.8 python3.9 python3.10 python3.11 python3.12 python3.13 -y
|
||||
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@@ -31,13 +31,14 @@ jobs:
|
||||
python-version: 3.x
|
||||
- uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: linux/arm64,linux/amd64
|
||||
- run: docker build . -f .github/workflows/CI.Dockerfile --tag ci
|
||||
platforms: linux/${{ matrix.platform.target }}
|
||||
- run: docker build . -f .github/workflows/CI.Dockerfile --tag ci --platform linux/${{ matrix.platform.target }}
|
||||
- name: Build wheels
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: --release --out dist --find-interpreter
|
||||
docker-options: --platform linux/${{ matrix.platform.target }}
|
||||
sccache: 'true'
|
||||
manylinux: auto
|
||||
container: ci
|
||||
|
||||
Reference in New Issue
Block a user