mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add updates repo
This commit is contained in:
parent
beb48acc1c
commit
08e14a6f09
1 changed files with 3 additions and 1 deletions
4
.github/workflows/iso.yml
vendored
4
.github/workflows/iso.yml
vendored
|
|
@ -38,7 +38,9 @@ jobs:
|
||||||
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 --add-template ${GITHUB_WORKSPACE}/runtime.tmpl \
|
||||||
-s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ ./results/
|
-s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ \
|
||||||
|
-s http://dl.fedoraproject.org/pub/fedora/linux/updates/$version/Everything/${arch}/ \
|
||||||
|
./results/
|
||||||
|
|
||||||
- name: Upload ISO as Artifact
|
- name: Upload ISO as Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue