fix: add go.mod & go.sum to repo
This commit is contained in:
parent
27ab5972fb
commit
14aad6e66d
4 changed files with 56 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -3,8 +3,6 @@ all:
|
|||
make mkrootfs
|
||||
make compile
|
||||
init:
|
||||
go mod init runner
|
||||
go get github.com/containerd/cgroups
|
||||
git clone https://github.com/alpinelinux/alpine-make-rootfs
|
||||
mv alpine-make-rootfs starter/alpine-make-rootfs
|
||||
mkrootfs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue