From 531c140e111296ce244d890be91f607d9fbe47e8 Mon Sep 17 00:00:00 2001 From: leeboby Date: Wed, 18 Nov 2020 10:17:31 +0800 Subject: [PATCH] Remove the options for xenial and stretch --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index a41f498..cde296c 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -236,7 +236,7 @@ if [[ ${BUILD_OPT} == image || ${BUILD_OPT} == rootfs ]]; then if [[ $LINUXFAMILY == sun50iw9 || $LINUXFAMILY == sun50iw6 ]]; then - RELEASE_TARGET="stretch xenial buster bionic focal" + RELEASE_TARGET="buster bionic focal" else RELEASE_TARGET="xenial" fi