Remove the options for xenial and stretch

This commit is contained in:
leeboby
2020-11-18 10:17:31 +08:00
parent 3ce7777768
commit 531c140e11

View File

@@ -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