mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
Update Moby
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
d92e19f020
commit
d614ea37d1
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ endif
|
||||
|
||||
PREFIX?=/usr/local/
|
||||
|
||||
MOBY_COMMIT=101fa30ef335b2fa70ef4fc322821a12bd368c26
|
||||
MOBY_COMMIT=5cd1e4e2ae09409940c7c6b36fa3f46f362fc1ab
|
||||
bin/moby: Makefile | 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