File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,20 @@ jobs:
3636 strategy :
3737 matrix :
3838 image :
39- - almalinux:8
40- - almalinux:9
41- - rockylinux:8
42- - rockylinux:9
43- - debian:10
44- - debian:11
45- - debian:12
46- - fedora:42
47- - ubuntu:24.04
39+ - ['almalinux:8']
40+ - ['almalinux:9']
41+ - ['rockylinux:8']
42+ - ['rockylinux:9']
43+ - ['debian:10']
44+ - ['debian:11']
45+ - ['debian:12']
46+ - ['debian:13', '8.17.0']
47+ - ['fedora:42']
48+ - ['ubuntu:24.04']
4849 # Need to pull in the repo GPG keys for sles
4950 # - registry.suse.com/suse/sle15:15.6
5051 runs-on : ubuntu-latest
51- container : ${{ matrix.image }}
52+ container : ${{ matrix.image[0] }}
5253 steps :
5354 - uses : actions/checkout@v4
5455 with :
5859 - name : Run openvox-agent install task manually
5960 env :
6061 PT__installdir : ${{ github.workspace }}
61- PT_version : " 8.15.0"
62+ PT_version : ${{ matrix.image[1] || ' 8.15.0' }}
6263 run : ./openvox_bootstrap/tasks/install_build_artifact_linux.sh
6364 - name : Verify openvox-agent is installed
6465 shell : bash
You can’t perform that action at this time.
0 commit comments