mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: changed variant
This commit is contained in:
parent
f5645cc675
commit
546247a78a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -58,8 +58,9 @@ jobs:
|
|||
env:
|
||||
version: "39"
|
||||
arch: "x86_64"
|
||||
variant: "Silverblue"
|
||||
run: |
|
||||
lorax -p Fedora -v $version -r $version -t Server \
|
||||
lorax -p Fedora -v $version -r $version --variant Silverblue \
|
||||
--isfinal --buildarch=${arch} --volid=Fedora-S-dvd-${arch}-${version} \
|
||||
--macboot --noupgrade \
|
||||
--repo /etc/yum.repos.d/fedora.repo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue