mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 10:33:00 +00:00
build: Use multi-arch go-compile to compile tools
This now completes the steps to bootstrap the other packages with multi-arch as we now have the tools both on arm64 and amd64. Also update vendoring doc with new hash Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ all: default
|
||||
VERSION="0.0" # dummy for now
|
||||
GIT_COMMIT=$(shell git rev-list -1 HEAD)
|
||||
|
||||
GO_COMPILE=linuxkit/go-compile:a1e3cd3a54b1ad683b555655282272d0eb27ee40
|
||||
GO_COMPILE=linuxkit/go-compile:7cac05c5588b3dd6a7f7bdb34fc1da90257394c7
|
||||
|
||||
MOBY?=bin/moby
|
||||
LINUXKIT?=bin/linuxkit
|
||||
|
||||
Reference in New Issue
Block a user