diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index d3d0941..d5d8004 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -10,8 +10,15 @@ jobs: build_base_image: strategy: matrix: - python: [3.8, 3.9, 3.10.6, 3.11.1] - alpine: ["3.15", "3.16"] + python: [3.8, 3.9, 3.10, 3.11] + alpine: ["3.15", "3.16", "3.17"] + include: + - python: 3.10.6 + alpine: "3.16" + # exclude: + # - python: 3.11.1 + # alpine: "3.15" + runs-on: ubuntu-latest steps: - name: Checkout