Resolve KASM-2301 "Feature/ upload debug packages"

This commit is contained in:
Dmitry Maksyoma
2022-02-11 14:57:25 +00:00
committed by Matthew McClaskey
parent 974a06bb8c
commit 49890cf8da
8 changed files with 129 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ docker build -t "$builder_image" \
-f builder/dockerfile.${os}_${os_codename}${build_tag}.build .
mkdir -p builder/build
docker run -v $shared_with_docker_dir:/build -e BUILD_TAG="$build_tag" \
-e KASMVNC_COMMIT_ID="$KASMVNC_COMMIT_ID" \
--rm "$builder_image"
L_GID=$(id -g)