Commit Graph

7 Commits

Author SHA1 Message Date
Itxaka 2e2b5a2034
tests: use latest url for rancher charts (#218) 2022-10-19 15:57:51 +02:00
Itxaka 270236168b
Disable CGO under arm for register binaries + restore SBOM (#193) 2022-10-04 15:43:09 +02:00
Itxaka 4816d7b41e
Revert "Add sbom to releases and attach to containers" (#191) 2022-10-04 09:32:50 +02:00
Itxaka 846c61040e
Add sbom to releases and attach to containers (#160) 2022-09-12 15:19:10 +02:00
Itxaka 14ddce512d
Fix missing cosign and run command (#151) 2022-08-31 19:01:32 +02:00
Itxaka 7e586796fd
Add image signing to push jobs (#148) 2022-08-31 14:10:31 +02:00
Itxaka ea7884e8df
Produce 2 binaries instead of one (#99)
* Produce 2 binaries instead of one

This generates a different binary for the register command as to not
bundle it with the full operator.

On the makefile separated builds have been done for operator and
registry.

On the docker image a different container is created for the register
and pushed to a different repo as well.

For releases gorelease generates 2 different binaries.

Signed-off-by: Itxaka <igarcia@suse.com>
2022-08-01 15:08:23 +00:00