Skip to content

Commit

Permalink
Merge pull request #944 from zhangyoufu/fix-942
Browse files Browse the repository at this point in the history
fix default value for VERIFY_PACKAGE_REPO
  • Loading branch information
neersighted authored Sep 20, 2023
2 parents aab073c + 8224e5c commit 6f66145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?=
Expand Down

0 comments on commit 6f66145

Please sign in to comment.