Skip to content

Commit 80b6f92

Browse files
committed
testing public images creation
1 parent 88d8e57 commit 80b6f92

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ci/distros_tags.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ get_archlinux_latest() { echo "latest"; }
77
get_almalinux_latest() { echo "9.4"; }
88
get_debian_latest() { echo "12"; }
99
get_geant4_tag() { echo "11.3.2"; }
10+
get_root_tag() { echo "6.36.04"; }
11+
get_meson_tag() { echo "1.9.0"; }
12+
get_novnc_tag() { echo "v1.6.0"; }
1013

1114
# Pretty-print with jq if available, otherwise emit compact JSON
1215
build_matrix() {
1316
local json
1417
json=$(
15-
cat <<EOF
18+
cat <<EOF
1619
{"include":[
1720
{"distro":"ubuntu","docker_from":"ubuntu:$(get_ubuntu_lts)","geant4_tag":"$(get_geant4_tag)"},
1821
{"distro":"fedora","docker_from":"fedora:$(get_fedora_latest)","geant4_tag":"$(get_geant4_tag)"},

0 commit comments

Comments
 (0)