Skip to content

Commit d0dba57

Browse files
committed
update readme
[skip ci]
1 parent 01341f3 commit d0dba57

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

readme.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
1+
# Bubblewrap Binary Releases
2+
13
Unofficial builds & releases of https://github.com/containers/bubblewrap/
24

35
Created to be used with [mise's ubi backend](https://mise.jdx.dev/dev-tools/backends/ubi.html) so
4-
the latest release of bubblewrap would be available for projects that depend on it.
6+
the latest release of bubblewrap would be easily available for projects that depend on it.
7+
8+
## Target Platforms
9+
10+
Currently, only Ubuntu latest x64.
11+
12+
PRs welcome that add support for other platforms.
13+
14+
## Usage w/ mise
15+
16+
```toml
17+
# mise.toml
18+
[tools]
19+
"ubi:level12/bwrap" = "latest"
20+
```
21+
22+
## New Release
23+
24+
When upstream releases, just add a new version tag to this repo to mirror their release. GitHub
25+
actions will then build and release.
26+
27+
28+
## Local Build
529

6-
## Ubuntu 24.04 deps needed
30+
If you want to test the build script locally, see
31+
[build.yml](https://github.com/level12/bwrap/blob/main/.github/workflows/build.yml) for the apt
32+
dependencies.
733

8-
libcap-dev libselinux1-dev
34+
Then just `./build.sh`.

0 commit comments

Comments
 (0)