frontend: build
This commit is contained in:
parent
8739b1aa2b
commit
4d6487b7e3
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
ARCH=${ARCH:-amd64}
|
||||
|
||||
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||
source $GIT_ROOT/scripts/lib/_docker.sh
|
||||
|
||||
git_sha=$(git rev-parse --short HEAD)
|
||||
image_tag=${IMAGE_TAG:-$git_sha}
|
||||
check_prereq() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue