mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
remove pinata specific build changes
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
baaed8c4f6
commit
8fe3ead7d4
@ -2,8 +2,6 @@ DOCKER?=docker
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: VERSION
|
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) build -t boot2docker:test .
|
||||||
$(DOCKER) run boot2docker:test tar -C /tmp/iso/boot -c . | tar -xv
|
$(DOCKER) run boot2docker:test tar -C /tmp/iso/boot -c . | tar -xv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user