mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 13:42:35 +00:00
Remove outputs from the yaml files
The latest version of the `moby` tool now requires that the output formats be specified in the CLI not in the yaml file. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ endif
|
||||
|
||||
PREFIX?=/usr/local/
|
||||
|
||||
MOBY_COMMIT=b47f3dec4a8357bc3ee4da878c402700d3fed62e
|
||||
MOBY_COMMIT=1cb9fab3e13c8d3931c6f989c5d36087382e8710
|
||||
bin/moby: | bin
|
||||
docker run --rm --log-driver=none $(CROSS) $(GO_COMPILE) --clone-path github.com/moby/tool --clone https://github.com/moby/tool.git --commit $(MOBY_COMMIT) --package github.com/moby/tool/cmd/moby --ldflags "-X main.GitCommit=$(GIT_COMMIT) -X main.Version=$(VERSION)" -o $@ > tmp_moby_bin.tar
|
||||
tar xf tmp_moby_bin.tar > $@
|
||||
|
||||
Reference in New Issue
Block a user