Skip to content

Commit 7fc90d3

Browse files
committed
fix
1 parent 96381a2 commit 7fc90d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif
3131

3232
arm-linux-musleabihf:
3333
docker build --tag 'rust-musl-cross' musl
34-
docker run --rm -it -v $(CURDIR):/mnt/workspace -w /mnt/workspace rust-musl-cross musl/build.sh
34+
docker run --rm -v $(CURDIR):/mnt/workspace -w /mnt/workspace rust-musl-cross musl/build.sh
3535

3636
base: check-base
3737
$(CURDIR)/base.bash $(NO_TTY_ARG)

0 commit comments

Comments
 (0)