Skip to content

Commit

Permalink
Fix docker build env (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 13, 2022
1 parent 88d5349 commit 0965ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function run_build() {

# Adjust Qemu CPU
if bashio::var.equals "${build_arch}" armhf; then
docker_cli+=("-e" "QEMU_CPU=arm1176")
docker_cli+=("--build-arg" "QEMU_CPU=arm1176")
fi

# Check if image exists on docker hub
Expand Down

0 comments on commit 0965ae0

Please sign in to comment.