From da0b6b9a7a7aa0aaa73054ea7ddc48fb23283128 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 22 Apr 2016 12:26:57 -0400 Subject: [PATCH] pass resin arch to run.sh --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8f9ceaf..7986952 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,9 @@ FROM resin/raspberrypi-buildpack-deps # Enable systemd, as Resin requires this ENV INITSYSTEM on +# Make the hardware type available as a runtime env var +ENV RESIN_ARCH %%RESIN_ARCH%% + # Version number of gateway software. # (Incrementing this simply forces Docker to flush its cache # and thus forces a full rebuild. Not used outside of Dockerfile.)