From f1a682a57538030f438048aced32fd7ef7c0cdfc Mon Sep 17 00:00:00 2001 From: Flip <Philhil@users.noreply.github.com> Date: Tue, 13 Sep 2016 22:26:29 +0200 Subject: [PATCH] add GLUON_REGION ?= eu --- site.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site.mk b/site.mk index ed578ee..159720f 100644 --- a/site.mk +++ b/site.mk @@ -34,5 +34,8 @@ GLUON_LANGS := de en # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) +# Region code required for some images; supported values: us eu +GLUON_REGION ?= eu + # Default priority for updates. GLUON_PRIORITY ?= 0.1 -- GitLab