First version of the uffd collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
TODO: The build role should probably be replaced by some intragration as a .build quadlet. Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
688c2456b7
commit
694fd412c9
22 changed files with 680 additions and 0 deletions
8
roles/build/defaults/main.yml
Normal file
8
roles/build/defaults/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
build_uffd_tempdir: '/tmp/podman-uffd-build'
|
||||
# We build with Debian bullseye, even though bookworm is out.
|
||||
# uffd throws some errors with bookworm python, so some programs fail
|
||||
build_uffd_debian_version: 'bullseye'
|
||||
build_uffd_force_rebuild: false
|
||||
build_uffd_tag_latest: true
|
||||
build_uffd_package_name: '{{ lookup("ansible.builtin.fileglob", "uffd_*.deb") | basename }}'
|
Loading…
Add table
Add a link
Reference in a new issue