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:
Sanne Raymaekers 2024-06-05 12:55:14 +02:00 committed by Michael Vogt
parent 0a0e8e27ae
commit 01cfb93956
2 changed files with 4 additions and 0 deletions

View file

@ -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/