mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: using output-directory and updated documentation
This commit is contained in:
parent
468c599735
commit
e72ffb5b70
4 changed files with 20 additions and 17 deletions
|
|
@ -16,5 +16,9 @@ make boot.iso $@
|
|||
# Add container to ISO
|
||||
make build/deploy.iso $@
|
||||
|
||||
# Make output dir in github workspace
|
||||
mkdir /github/workspace/build || true
|
||||
|
||||
# Copy resulting iso to githubworkspace and fix permissions
|
||||
cp build/deploy.iso /github/workspace/build
|
||||
chmod -R ugo=rwx /github/workspace/build
|
||||
chmod -R ugo=rwx /github/workspace/build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue