mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
remove pinata specific build changes
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -2,8 +2,6 @@ DOCKER?=docker
|
||||
|
||||
.PHONY: build
|
||||
build: VERSION
|
||||
$(shell cd ../cmd/9pudc && GOOS=linux GOARCH=386 go build)
|
||||
cp ../cmd/9pudc/9pudc rootfs/rootfs/sbin/9pudc
|
||||
$(DOCKER) build -t boot2docker:test .
|
||||
$(DOCKER) run boot2docker:test tar -C /tmp/iso/boot -c . | tar -xv
|
||||
|
||||
|
Reference in New Issue
Block a user