1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

needs to be extracted anyway

This commit is contained in:
Jason N. 2024-02-14 16:58:03 +00:00
parent e2da26e561
commit f8bca82d1a
3 changed files with 8 additions and 4 deletions

View file

@ -51,7 +51,7 @@ jobs:
- name: Download image
run: |
podman pull ghcr.io/ublue-os/base-main:39
podman save --format oci-archive -o base-main-39.tar ghcr.io/ublue-os/base-main:39
podman save --format oci-dir -o base-main-39 ghcr.io/ublue-os/base-main:39
podman rmi ghcr.io/ublue-os/base-main:39
- name: Create boot.iso
@ -65,6 +65,7 @@ jobs:
--repo /etc/yum.repos.d/fedora.repo \
--repo /etc/yum.repos.d/fedora-updates.repo \
--add-template ${GITHUB_WORKSPACE}/lorax_templates/set_installer.tmpl \
--rootfs-size 9 \
./results/
- name: Generate xorriso input