From 1c9cf0f4392188c4d7d0502394c4bf83570440a9 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Tue, 3 Dec 2024 15:19:38 +0800 Subject: [PATCH] bump the supported version in net.sh (#3792) update the supported version in net.sh --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index 2be711be089402..e2ecdc4eba0dea 100755 --- a/net/net.sh +++ b/net/net.sh @@ -189,7 +189,7 @@ annotateBlockexplorerUrl() { } build() { - supported=("20.04") + supported=("22.04") declare MAYBE_DOCKER= if [[ $(uname) != Linux || ! " ${supported[*]} " =~ $(lsb_release -sr) ]]; then # shellcheck source=ci/docker/env.sh