Add a poudriere build for the home server.

This commit is contained in:
Tom Alexander
2024-04-11 19:57:02 -04:00
parent 6d198d290d
commit ef18e94ff8
12 changed files with 141 additions and 9 deletions

View File

@@ -131,7 +131,7 @@
- name: Create the jails
when: item.version != "CURRENT"
command: |-
poudriere jail {{poudriere_perf_flags}} -c -j {{ item.jail }} -v {{ item.version }} -B -b
echo poudriere jail {{poudriere_perf_flags}} -c -j {{ item.jail }} -v {{ item.version }} -a amd64 -K {{ item.kernel|default("GENERIC") }} -B -b
args:
creates: "/usr/local/poudriere/jails/{{ item.jail }}"
loop: "{{ poudriere_builds }}"