Skip to content

Commit cf3b6ea

Browse files
authored
Merge pull request #6 from jianxiaoguo/main
chore(imagebuilder): pack_build add --env-file parameter
2 parents 27377d9 + b1f03c0 commit cf3b6ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rootfs/imagebuilder/build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,8 @@ else
126126
if [[ -f .clear-cache ]]; then
127127
pack_build="$pack_build --clear-cache"
128128
fi
129+
if [[ -f .build-env ]] ; then
130+
pack_build="$pack_build --env-file .build-env"
131+
fi
129132
$pack_build
130133
fi

0 commit comments

Comments
 (0)