1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +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 \
lorax \
xorriso \
podman \
git
git \
rpm-ostree
- name: Checkout repository
uses: actions/checkout@v4
with:
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
env:
version: "39"