Skip to content

Commit

Permalink
Inject HA for build (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Aug 26, 2019
1 parent cd3fc95 commit 47b4cf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,11 @@ function build_homeassistant() {
docker_tags+=("stable")
fi

# Inject HA
if [ -d /homeassistant ]; then
cp -r /homeassisant "$TARGET/homeassistant"
fi

# Start build
run_build "$TARGET" "$DOCKER_HUB" "$image" "$VERSION" \
"$build_from" "$build_arch" docker_cli[@] docker_tags[@]
Expand Down

0 comments on commit 47b4cf6

Please sign in to comment.