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:
parent
f111c4ef49
commit
60dac9d1a5
1 changed files with 2 additions and 8 deletions
10
.github/workflows/iso.yml
vendored
10
.github/workflows/iso.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue