mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
print what files are available
This commit is contained in:
parent
004ced291b
commit
1850067416
1 changed files with 5 additions and 1 deletions
6
.github/workflows/iso.yml
vendored
6
.github/workflows/iso.yml
vendored
|
|
@ -33,8 +33,12 @@ jobs:
|
|||
- name: Create boot.iso
|
||||
env:
|
||||
version: "39"
|
||||
arch: "x86_64"
|
||||
run: |
|
||||
lorax -p Fedora -v $version -r $version -t Server --isfinal --buildarch=x86_64 --volid='Fedora-S-dvd-x86_64-39' --macboot --noupgrade -s http://dl.fedoraproject.org/pub/fedora/linux/releases/$version/Everything/x86_64/os/ ./results/
|
||||
lorax -p Fedora -v $version -r $version -t Server \
|
||||
--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/
|
||||
find
|
||||
|
||||
- name: Upload ISO as Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue