bug: release artefacts are missing
Expected behavior
Release should contain binary artefacts
Actual behavior
https://github.com/GoogleContainerTools/container-diff/releases/tag/v0.19.0 is only providing source
This is important as it breaks my CI wanting to do a Scoop package of container-diff
v0.19.0 is also missing from https://storage.googleapis.com/container-diff/. Even the latest there is from 2021.
Could we please get this re-released with the missing artefacts?
it's possible the cloud build trigger is dead, I can't seem to trace back what project owns it. I'm only a very minor maintainer. v0.19.0 may only provide source for now... if someone wants to move the build to github actions or goreleaser or something, I can approve PRs
If switching I'd suggest using go-releaser :)
@loosebazooka would goreleaser be something you'd be happy to approve?
So there are a couple things I'm exploring because:
- The build for this project is already a bit weird, and there are no current "real" maintainers.
- This was a dependency for another project (container-structure-test), but I've removed that dependency and now there aren't any pressing reasons for me to continue to look at this project (and I presume no one else really is).
- I'm thinking about archiving this, rather that letting it fall into a poor state.
Current user options appear to be:
- See if a more recent, maintained project works for you: diffoci
- Users fork this and find some active users who can help maintain it.