chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
380 stars 24 forks source link

remove release job, it does not work as is and need more things #179

Closed cpanato closed 2 months ago

cpanato commented 2 months ago

related to https://github.com/chainguard-dev/bincapz/pull/170

binary releases are currently difficult today due to the libyara C library dependency, specifically:

For now, let's just direct end-users build the software themselves or use the image.

egibs commented 2 months ago

Bummer. I can spend some cycles on figuring this out.

cpanato commented 2 months ago

we need to build in a dedicated runner for now to avoid cross-compilation, which will be a bit harder, but if we use Goreleaser, we will need a paid license to use the split build option. i will figure out something