Skip to content

Commit

Permalink
remove -i
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 18, 2023
1 parent 1d2b84d commit 3716ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
TARGETLIST="armel mipseb mipsel mips64eb mips64el"

docker build -t igloo_kernel_builder . || exit
docker run --rm -v `realpath .`:/linux -w /linux -it -e IGLOO_TARGETLIST="$TARGETLIST" -e DOCKER_USER="$USER" \
docker run --rm -v `realpath .`:/linux -w /linux -e IGLOO_TARGETLIST="$TARGETLIST" -e DOCKER_USER="$USER" \
igloo_kernel_builder xonsh docker_inner_build_targets.xsh

0 comments on commit 3716ba3

Please sign in to comment.