From e176f8e12df37c98796d56d01dded1178e204d9c Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Tue, 9 Jan 2024 23:32:07 -0800 Subject: [PATCH] add default value for custom_tag Signed-off-by: Nianyu Shen --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 179b342..eb0f6b6 100644 --- a/Earthfile +++ b/Earthfile @@ -9,7 +9,7 @@ ARG OS_VERSION ARG IMAGE_REGISTRY ARG IMAGE_REPO=$OS_DISTRIBUTION ARG K8S_DISTRIBUTION -ARG CUSTOM_TAG +ARG CUSTOM_TAG=edge ARG CLUSTERCONFIG ARG ARCH ARG PE_VERSION=v4.2.3