add qcow2 and vmdk boot images
This commit is contained in:
16
modd.conf
16
modd.conf
@ -12,15 +12,15 @@ html/**/* {
|
||||
prep: hack/build ./cmd/dkl-local-server
|
||||
}
|
||||
|
||||
dist/dkl-local-server {
|
||||
prep: mkdir -p tmp
|
||||
daemon +sigterm: dist/dkl-local-server -data tmp -auto-unlock test
|
||||
}
|
||||
#dist/dkl-local-server {
|
||||
# prep: mkdir -p tmp
|
||||
# daemon +sigterm: dist/dkl-local-server -data tmp -auto-unlock test
|
||||
#}
|
||||
|
||||
dist/dkl-dir2config {
|
||||
prep: dist/dkl-dir2config --debug --in test-dir2config
|
||||
# prep: dist/dkl-dir2config --debug --in test-dir2config
|
||||
}
|
||||
|
||||
**/*.proto !dist/**/* {
|
||||
prep: for mod in @mods; do protoc -I ./ --go_out=plugins=grpc,paths=source_relative:. $mod; done
|
||||
}
|
||||
#**/*.proto !dist/**/* {
|
||||
# prep: for mod in @mods; do protoc -I ./ --go_out=plugins=grpc,paths=source_relative:. $mod; done
|
||||
#}
|
||||
|
Reference in New Issue
Block a user