diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-23 22:08:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 22:08:43 +0200 |
commit | eca2196d27d042c83b2806c90e08931bb8a1d308 (patch) | |
tree | 896b055e52f6476cd4b6772ac3e9e95b3a7f2966 /scripts | |
parent | c58dff10cb3d4d7f942ecd43169cd4681afe26f1 (diff) | |
parent | b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9 (diff) | |
download | ghdl-eca2196d27d042c83b2806c90e08931bb8a1d308.tar.gz ghdl-eca2196d27d042c83b2806c90e08931bb8a1d308.tar.bz2 ghdl-eca2196d27d042c83b2806c90e08931bb8a1d308.zip |
Changed Debian 'Buster' to 'Bullseye'
Diffstat (limited to 'scripts')
-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 |