mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
feat(ci): Added ability to run the workflow manually and fix: general fixes (#17)
This commit is contained in:
parent
c2436908ed
commit
42d68772a0
5 changed files with 24 additions and 18 deletions
|
|
@ -3,13 +3,12 @@
|
|||
echo "-indev $(pwd)/boot.iso"
|
||||
echo "-outdev $(pwd)/output/@IMAGE_NAME@-@IMAGE_TAG@.iso"
|
||||
echo "-boot_image any replay"
|
||||
echo "-volid @IMAGE_NAME@-@ARCH@-@IMAGE_TAG@"
|
||||
echo "-joliet on"
|
||||
echo "-compliance joliet_long_names"
|
||||
cd container
|
||||
for file in $(find @IMAGE_NAME@-@IMAGE_TAG@)
|
||||
do
|
||||
echo "-map $(pwd)/${file} ${file}"
|
||||
echo "-chmod 0444 ${file}"
|
||||
for file in $(find @IMAGE_NAME@-@IMAGE_TAG@); do
|
||||
echo "-map $(pwd)/${file} ${file}"
|
||||
echo "-chmod 0444 ${file}"
|
||||
done
|
||||
echo "-end"
|
||||
echo "-end"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue