Unofficial builds & releases of https://github.com/containers/bubblewrap/
Created to be used with mise's ubi backend so the latest release of bubblewrap would be easily available for projects that depend on it.
Currently, only Ubuntu latest x64.
PRs welcome that add support for other platforms.
# mise.toml
[tools]
"ubi:level12/bwrap" = "latest"
When upstream releases, just add a new version tag to this repo to mirror their release. GitHub actions will then build and release.
If you want to test the build script locally, see build.yml for the apt dependencies.
Then just ./build.sh
.