Skip to content

Commit

Permalink
chore(Makefile): add -t in build-linux (#12)
Browse files Browse the repository at this point in the history
easy to stop on building
  • Loading branch information
Xiaoqi Zhang authored and caicloud-bot committed Oct 17, 2019
1 parent 9a5b318 commit 1f9a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ build-local:
done

build-linux:
@docker run --rm \
@docker run --rm -t \
-v $(PWD):/go/src/$(ROOT) \
-w /go/src/$(ROOT) \
-e GOOS=linux \
Expand Down

0 comments on commit 1f9a3d9

Please sign in to comment.