1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
build-container-installer/entrypoint.sh
2024-02-26 09:13:59 -05:00

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/