osbuild-worker-executor: integrate into build system/spec files
Add the osbuild-worker-executor to the build system and add it to the spec file.
This commit is contained in:
parent
0a0e8e27ae
commit
01cfb93956
2 changed files with 4 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -118,6 +118,7 @@ man: $(MANPAGES_TROFF)
|
|||
build: $(BUILDDIR)/bin/
|
||||
go build -o $<osbuild-composer ./cmd/osbuild-composer/
|
||||
go build -o $<osbuild-worker ./cmd/osbuild-worker/
|
||||
go build -o $<osbuild-worker-executor ./cmd/osbuild-worker-executor/
|
||||
go build -o $<osbuild-upload-azure ./cmd/osbuild-upload-azure/
|
||||
go build -o $<osbuild-upload-aws ./cmd/osbuild-upload-aws/
|
||||
go build -o $<osbuild-upload-gcp ./cmd/osbuild-upload-gcp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue