dynlay
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user