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:55:15 -05:00

16 lines
No EOL
180 B
Bash

#!/bin/bash
set -ex
for entry in $@
do
export $entry
done
make container/${IMAGE_NAME}-${IMAGE_TAG} $@
make boot.iso $@
make build/deploy.iso $@
mv build /github/workspace/