mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
syntax
This commit is contained in:
parent
c7a37c5eff
commit
fc34ca99e1
1 changed files with 3 additions and 3 deletions
|
|
@ -15,13 +15,13 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Pull container
|
# Pull container
|
||||||
make container/${IMAGE_NAME}-${IMAGE_TAG} $args[@]
|
make container/${IMAGE_NAME}-${IMAGE_TAG} ${args[@]}
|
||||||
|
|
||||||
# Build base ISO
|
# Build base ISO
|
||||||
make boot.iso $args[@]
|
make boot.iso ${args[@]}
|
||||||
|
|
||||||
# Add container to ISO
|
# Add container to ISO
|
||||||
make build/deploy.iso $args[@]
|
make build/deploy.iso ${args[@]}
|
||||||
|
|
||||||
# Make output dir in github workspace
|
# Make output dir in github workspace
|
||||||
mkdir /github/workspace/build || true
|
mkdir /github/workspace/build || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue