mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
set iso loc
This commit is contained in:
parent
1850067416
commit
7102ccf29e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -38,13 +38,12 @@ 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 -s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ ./results/
|
--macboot --noupgrade -s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/${arch}/os/ ./results/
|
||||||
find
|
|
||||||
|
|
||||||
- name: Upload ISO as Artifact
|
- name: Upload ISO as Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Fedora-LiveCD.iso
|
name: Fedora-LiveCD.iso
|
||||||
path: results/boot.iso
|
path: results/images/boot.iso
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 0
|
retention-days: 0
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue