mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
missing --
This commit is contained in:
parent
b7cc3abd90
commit
004ced291b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/iso.yml
vendored
2
.github/workflows/iso.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
env:
|
||||
version: "39"
|
||||
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=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/
|
||||
|
||||
- name: Upload ISO as Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue