From a7236ea380e635e2250628a312ea3dbb615f196d Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 22 Apr 2016 12:38:26 -0400 Subject: [PATCH] pass resin arch to run.sh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7986952..2be697a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM resin/raspberrypi-buildpack-deps ENV INITSYSTEM on # Make the hardware type available as a runtime env var -ENV RESIN_ARCH %%RESIN_ARCH%% +ENV RESIN_ARCHITECTURE $RESIN_ARCH # Version number of gateway software. # (Incrementing this simply forces Docker to flush its cache