This commit is contained in:
Mikaël Cluseau
2020-11-14 22:43:34 +01:00
parent aa65648854
commit 46bfd58d8e
5 changed files with 227 additions and 1 deletions

View File

@ -1,7 +1,12 @@
modd.conf {}
**/*.go layer/**/* test-vm update-test-data {
prep: go test ./... #./pkg/... ./cmd/dkl
prep: mkdir -p dist
prep: CGO_ENABLED=0 go build -o dist ./cmd/...
prep: CGO_ENABLED=0 go build -o dist -trimpath ./cmd/...
prep: rsync -za --stats dist/dkl bw:/usr/local/bin/
prep: ssh bw dkl dynlay --url-prefix https://dkl.nwrk.info/dist/layers kubernetes v1.19.4_containerd.1.4.1
#prep: ./update-test-data
#daemon: ./test-vm 1