File tree 1 file changed +29
-3
lines changed
1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Bubblewrap Binary Releases
2
+
1
3
Unofficial builds & releases of https://github.com/containers/bubblewrap/
2
4
3
5
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
5
29
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.
7
33
8
- libcap-dev libselinux1-dev
34
+ Then just ` ./build.sh ` .
You can’t perform that action at this time.
0 commit comments