mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
set args to env
This commit is contained in:
parent
7f4b1d4e70
commit
6b9d2633f3
2 changed files with 8 additions and 3 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
set -ex
|
||||
|
||||
for entry in $@
|
||||
do
|
||||
export $entry
|
||||
done
|
||||
|
||||
make build/container/${IMAGE_NAME}-${IMAGE_TAG} $@
|
||||
|
||||
make boot.iso $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue