From 31bc562f056bcef71831686b66856c7e4197dec3 Mon Sep 17 00:00:00 2001 From: Zexi Li Date: Tue, 3 Dec 2024 15:46:21 +0800 Subject: [PATCH] fix(buildah): ubuntu matched pattern --- scripts/install-buildah.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-buildah.sh b/scripts/install-buildah.sh index c69e3298..756d9889 100755 --- a/scripts/install-buildah.sh +++ b/scripts/install-buildah.sh @@ -28,6 +28,8 @@ supported_os=( "Rocky Linux 8.9 x86_64" "Ubuntu 22.04.* LTS x86_64" "Ubuntu 22.04.* LTS aarch64" + "Ubuntu 22.04 LTS x86_64" + "Ubuntu 22.04 LTS aarch64" ) is_supported() {