diff options
Diffstat (limited to 'scripts/ci-run.sh')
-rwxr-xr-x | scripts/ci-run.sh | 2 |
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 |