mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
11 lines
No EOL
145 B
Bash
11 lines
No EOL
145 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
make build/container/${IMAGE_NAME}-${IMAGE_TAG} $@
|
|
|
|
make boot.iso $@
|
|
|
|
make build/deploy.iso $@
|
|
|
|
mv build /github/workspace/ |