initial aead
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
dc8799e280
commit
f11dd855bc
5 changed files with 127 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ image.tar:
|
|||
docker export $(shell docker create $(DOCKER_ROOTFS_IMAGE) sh) > $@
|
||||
|
||||
rootfs.go: image.tar
|
||||
GOMAXPROCS=1 go generate
|
||||
GOMAXPROCS=1 go run generate.go
|
||||
|
||||
fmt:
|
||||
@echo "+ $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue