QCOW2 image generation and output test

This commit is contained in:
Martin Sehnoutka 2019-10-18 10:53:00 +02:00 committed by Tom Gundersen
parent 09ac84926e
commit 96d401b212
11 changed files with 74 additions and 18 deletions

View file

@ -2,6 +2,7 @@
build:
go build -o osbuild-composer ./cmd/osbuild-composer/
go build -o osbuild-worker ./cmd/osbuild-worker/
go build -o osbuild-pipeline ./cmd/osbuild-pipeline/
.PHONY: install
install: