diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:23:51 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:23:51 (GMT) |
commit | c5b689aa8b7ea059efc3af7dd4e91dc94042305a (patch) | |
tree | 1b49f7c1d3b80a4db469d8b858b82dd09a06af47 | |
parent | 7b44c64ef53d14df669923c5973b76b6f4a4c26f (diff) |
disable ubuntu images for now since at least jammy seems to broken...
-rwxr-xr-x | build-os-images.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build-os-images.sh b/build-os-images.sh index fde314b..219a73d 100755 --- a/build-os-images.sh +++ b/build-os-images.sh @@ -38,7 +38,8 @@ for codename in buster bullseye; do run_build "debian:$codename" "debian/$codename" done -## ubuntu -for codename in focal jammy; do - run_build "ubuntu:$codename" "ubuntu/$codename" -done +# ## ubuntu +# for codename in focal jammy; do +# run_build "ubuntu:$codename" "ubuntu/$codename" +# done +# |