From f590c7270c36446633d67b1ecd135dcd205fd50f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 5 Dec 2019 09:53:10 +0100 Subject: drop i686 fedora, add centos 8 stream --- run-all.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'run-all.sh') diff --git a/run-all.sh b/run-all.sh index 5d0f91a..86c496a 100755 --- a/run-all.sh +++ b/run-all.sh @@ -28,14 +28,13 @@ sirius) # rebuild images export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish" - linux32 ./Fedora-efi-systemd.sh 30 || exit 1 - - ./RHEL7-efi.sh 7.6 || exit 1 - ./RHEL7-efi.sh 7.7 || exit 1 - ./RHEL8-efi.sh 8.0.0 || exit 1 - ./RHEL8-efi.sh 8.1.0 || exit 1 + ./RHEL7-efi.sh 7.6 || exit 1 + ./RHEL7-efi.sh 7.7 || exit 1 + ./RHEL8-efi.sh 8.0.0 || exit 1 + ./RHEL8-efi.sh 8.1.0 || exit 1 ./CentOS7-efi.sh || exit 1 - ./CentOS8-efi.sh || exit 1 + ./CentOS8-efi.sh 8 || exit 1 + ./CentOS8-efi.sh 8-stream || exit 1 ;; *) -- cgit