aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-02 18:22:14 +0200
committerTristan Gingold <tgingold@free.fr>2022-10-02 18:22:14 +0200
commitfd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e (patch)
treedb0814fa1bca77c1509b6115fb18d109c8ea1f21 /scripts
parent84c3cb11f90dc630df12f915f58717042fff6dd7 (diff)
downloadghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.tar.gz
ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.tar.bz2
ghdl-fd2f5b3726b65031f751a3bc1349eeb6bf6ffc0e.zip
workflows: tentatively build on ubuntu22
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index ecfd6e358..99585ae23 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -386,7 +386,7 @@ ci_run () {
tests="sanity"
case "$GHDL_IMAGE_TAG" in
- *ubuntu20*|*buster*|*bullseye*)
+ *ubuntu22*|*ubuntu20*|*buster*|*bullseye*)
GHDL_TEST_IMAGE="test:$GHDL_IMAGE_TAG-py"
gstart "[CI] Docker build $GHDL_TEST_IMAGE" "$ANSI_BLUE"
docker build -t "$GHDL_TEST_IMAGE" . -f- <<-EOF