From 274efd2437e9f1c8ab1bc8556aaaa8961eb5b22b Mon Sep 17 00:00:00 2001 From: TAKANO Mitsuhiro Date: Sat, 1 Jul 2023 15:42:55 +0900 Subject: [PATCH] Build Linux v6.4 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e462e35..7baee05 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -eux CI=${CI:-false} -LINUX_VERSION=v6.4-rc6 +LINUX_VERSION=v6.4 MAKE=gmake if which gmake > /dev/null; then