aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-08-16 07:08:33 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-08-23 21:18:15 +0200
commitb48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9 (patch)
treeed0378454702e328e497bb211786ff9b94f7a1cf /scripts
parentdac2e4dca824f413821962eeac314ceaf56925a7 (diff)
downloadghdl-b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9.tar.gz
ghdl-b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9.tar.bz2
ghdl-b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9.zip
Debian Bullseye was released
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 96e2a99bc..368224085 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -384,7 +384,7 @@ ci_run () {
tests="sanity"
case "$GHDL_IMAGE_TAG" in
- *ubuntu20*|*buster*)
+ *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