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"