mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use ostreecontainer
This commit is contained in:
parent
1828adb299
commit
4da160c608
3 changed files with 8 additions and 0 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
dnf install -y \
|
||||
lorax \
|
||||
xorriso \
|
||||
podman \
|
||||
git \
|
||||
rpm-ostree
|
||||
|
||||
|
|
@ -57,6 +58,8 @@ jobs:
|
|||
--macboot --noupgrade \
|
||||
--repo /etc/yum.repos.d/fedora.repo \
|
||||
--repo /etc/yum.repos.d/fedora-updates.repo \
|
||||
--add-template ${GITHUB_WORKSPACE}/lorax_templates/embed_image.tmpl \
|
||||
--add-template ${GITHUB_WORKSPACE}/lorax_templates/set_installer.tmpl \
|
||||
--rootfs-size 9 \
|
||||
./results/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue