Update create_homeassistant_generic.sh
This commit is contained in:
parent
4bd7956023
commit
3cf007b8de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue