Skip to content

Commit

Permalink
Test action OCI
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 8, 2024
1 parent 61f367b commit 33ab4bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-oci-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,11 @@ jobs:
id: set-matrix
run: |
deb_matrix=$(echo '[
{"execute": '"${{ github.event.inputs.debian11 || false }}"', "name": "Debian11", "os": "debian11", "distr": "generic"},
{"execute": '"${{ github.event.inputs.debian12 || false }}"', "name": "Debian12", "os": "debian12", "distr": "generic"},
{"execute": '"${{ github.event.inputs.ubuntu2004 || false }}"', "name": "Ubuntu20.04", "os": "ubuntu2004", "distr": "generic"},
{"execute": '"${{ github.event.inputs.ubuntu2204 || false }}"', "name": "Ubuntu22.04", "os": "ubuntu2204", "distr": "generic"},
{"execute": '"${{ github.event.inputs.ubuntu2404 || false }}"', "name": "Ubuntu24.04", "os": "ubuntu-24.04", "distr": "bento"}
{"execute": '${{ github.event.inputs.ubuntu2204 || false }}', "name": "Ubuntu22.04", "os": "ubuntu2204", "distr": "generic"},
]' | jq -c '.[] | select(.execute == true)')
rpm_matrix=$(echo '[
{"execute": '"${{ github.event.inputs.centos9s || false }}"', "name": "CentOS9S", "os": "centos9s", "distr": "generic"},
# {"execute": '${{ github.event.inputs.fedora40 || false }}', "name": "Fedora40", "os": "fedora-40", "distr": "bento"},
# {"execute": '${{ github.event.inputs.fedora41 || false }}', "name": "Fedora41", "os": "41-cloud-base", "distr": "fedora"}
{"execute": '${{ github.event.inputs.centos9s || false }}', "name": "CentOS9S", "os": "centos9s", "distr": "generic"},
]' | jq -c '.[] | select(.execute == true)')
if [ "${{ github.event.inputs.deb_built }}" == "true" ] && [ "${{ github.event.inputs.rpm_built }}" == "true" ]; then
Expand Down

0 comments on commit 33ab4bc

Please sign in to comment.