From 60dac9d1a5188e6547cabf8fe373207a636033a8 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 14 Feb 2024 02:05:45 +0000 Subject: [PATCH] install rpm-ostree outside lorax --- .github/workflows/iso.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 123790c..b2139f1 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -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"