Skip to content

Commit

Permalink
Fix Supported Operating Systems Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 22, 2025
1 parent be78a9f commit e6de3f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,23 @@ jobs:
strategy:
max-parallel: 1
fail-fast: false
# NOTE: https://docs.openstack.org/kolla-ansible/latest/user/support-matrix
matrix:
image:
[
"docker.io/library/debian:11",
"docker.io/library/debian:12",
"docker.io/library/ubuntu:22.04",
"docker.io/library/rockylinux:9",
]
os_release: ["2023.1", "2023.2", "2024.1", "2024.2"]
include:
- image: "docker.io/library/debian:11"
os_release: "2023.1"
- image: "docker.io/library/debian:11"
os_release: "2023.2"
- image: "docker.io/library/debian:11"
os_release: "2024.1"
container:
image: ${{ matrix.image }}
runs-on: ubuntu-latest
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e6de3f7

Please sign in to comment.