Update create_homeassistant_generic.sh

This commit is contained in:
Pascal Vizeli 2017-06-22 17:30:08 +02:00 committed by GitHub
parent 4bd7956023
commit 3cf007b8de

View file

@ -113,7 +113,7 @@ if [ -z "$DOCKER_TAG" ]; then
exit 1
fi
echo "LABEL io.hass.version=\"$DOCKER_TAG\" io.hass.type=\"homeassistant\"" >> "$WORKSPACE/Dockerfile"
echo "LABEL io.hass.version=\"$DOCKER_TAG\" io.hass.type=\"homeassistant\" io.hass.arch=\"$ARCH\"" >> "$WORKSPACE/Dockerfile"
echo "[INFO] prepare done for $DOCKER_IMAGE:$DOCKER_TAG"
# Run build