mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Update moby tool
Adds support for tar output, various fixes. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
a4c95be30a
commit
4261ce0a81
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ endif
|
||||
|
||||
PREFIX?=/usr/local/
|
||||
|
||||
MOBY_COMMIT=d504afe4795528920ef06af611efd27b74098d5e
|
||||
MOBY_COMMIT=a1b24b4de2cc0261c4802b3f008395e973d96671
|
||||
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 > $@
|
||||
|
Loading…
Reference in New Issue
Block a user