1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-03-04 21:10:12 -05:00
parent c7a37c5eff
commit fc34ca99e1

View file

@ -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