0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2025-10-15 07:34:48 +03:00
This commit is contained in:
2024-06-10 10:46:52 +03:00
parent a7fbddcdad
commit 49a59eb5f2
3 changed files with 112 additions and 5 deletions

View File

@@ -7,11 +7,11 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, ARM64]
strategy:
matrix:
python: [3.9]
qt: [6.4.2, 6.5.3, 6.6.2]
qt: [6.5.3]
image: [manylinux_2_31]
steps:
- name: Checkout repository
@@ -31,6 +31,6 @@ jobs:
with:
context: .
file: ${{ matrix.image }}/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: true
tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }}