From 8224e5c5c422873b57c59d5d3a6fb140dcb65e26 Mon Sep 17 00:00:00 2001 From: Youfu Zhang Date: Wed, 20 Sep 2023 17:29:51 +0800 Subject: [PATCH] fix default value for VERIFY_PACKAGE_REPO fixes #942 Signed-off-by: Youfu Zhang --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 72c7af43e3..ed91d32474 100644 --- a/common.mk +++ b/common.mk @@ -43,7 +43,7 @@ DOCKER_BUILDX_REF ?= v0.11.2 # Use "stage" to install dependencies from download-stage.docker.com during the # verify step. Leave empty or use any other value to install from download.docker.com -VERIFY_PACKAGE_REPO ?= staging +VERIFY_PACKAGE_REPO ?= prod # Optional flags like --platform=linux/armhf VERIFY_PLATFORM ?=