Skip to content

Commit

Permalink
Allow debian armhf (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Sep 9, 2019
1 parent 588f994 commit 54fbcc3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,6 @@ function build_base_debian_image() {
local docker_cli=()
local docker_tags=()

# Select builder image
if [ "$build_arch" == "armhf" ]; then
bashio::log.error "$build_arch not supported for debian"
return 1
fi

# Set type
docker_cli+=("--label" "io.hass.type=base")
docker_cli+=("--label" "io.hass.base.version=$RELEASE")
Expand Down

0 comments on commit 54fbcc3

Please sign in to comment.