mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
pull back updates from downstream
This commit is contained in:
parent
feec50596a
commit
c491c02d7c
11 changed files with 286 additions and 139 deletions
11
entrypoint.sh
Normal file
11
entrypoint.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
make container/${IMAGE_NAME}-${IMAGE_VERSION} $@
|
||||
|
||||
make boot.iso $@
|
||||
|
||||
make build/deploy.iso $@
|
||||
|
||||
mv build /github/workspace/
|
||||
Loading…
Add table
Add a link
Reference in a new issue