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

install rpm-ostree outside lorax

This commit is contained in:
Jason N. 2024-02-14 02:05:45 +00:00
parent f111c4ef49
commit 60dac9d1a5

View file

@ -28,20 +28,14 @@ jobs:
dnf install -y \ dnf install -y \
lorax \ lorax \
xorriso \ xorriso \
podman \ git \
git rpm-ostree
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
- name: Download container to cache
run: |
podman pull ghcr.io/ublue-os/base-main:39
podman save --format oci-archive -o base-main.tar ghcr.io/ublue-os/base-main:39
ls -sh base-main.tar
- name: Create boot.iso - name: Create boot.iso
env: env:
version: "39" version: "39"