mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
fix: simplified build process
This commit is contained in:
parent
1f13050cd3
commit
fd273e0329
3 changed files with 2 additions and 9 deletions
|
|
@ -14,10 +14,3 @@ make boot.iso $@
|
|||
|
||||
# Add container to ISO
|
||||
make build/deploy.iso $@
|
||||
|
||||
# Make output dir in github workspace
|
||||
mkdir ${OUTPUT_DIR} || true
|
||||
|
||||
# Copy resulting iso to github workspace and fix permissions
|
||||
cp /build-container-installer/build/deploy.iso ${OUTPUT_DIR}
|
||||
chmod -R ugo=rwX ${OUTPUT_DIR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue