mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use repo file
This commit is contained in:
parent
08e14a6f09
commit
2b9df0115a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/iso.yml
vendored
5
.github/workflows/iso.yml
vendored
|
|
@ -37,9 +37,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
lorax -p Fedora -v $version -r $version -t Server \
|
lorax -p Fedora -v $version -r $version -t Server \
|
||||||
--isfinal --buildarch=${arch} --volid=Fedora-S-dvd-${arch}-${version} \
|
--isfinal --buildarch=${arch} --volid=Fedora-S-dvd-${arch}-${version} \
|
||||||
--macboot --noupgrade --add-template ${GITHUB_WORKSPACE}/runtime.tmpl \
|
--macboot --noupgrade \
|
||||||
-s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ \
|
--repo /etc/yum.repos.d/fedora.repo \
|
||||||
-s http://dl.fedoraproject.org/pub/fedora/linux/updates/$version/Everything/${arch}/ \
|
|
||||||
./results/
|
./results/
|
||||||
|
|
||||||
- name: Upload ISO as Artifact
|
- name: Upload ISO as Artifact
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue