KASM-5419 update with build of recorder service after merge

This commit is contained in:
Richard Koliser 2024-01-12 21:22:23 -05:00
parent 445d4da213
commit 919ad16e90
No known key found for this signature in database

View File

@ -12,8 +12,8 @@ elif [ "${DISTRO}" == "opensuse" ]; then
zypper install -ny xhost
fi
COMMIT_ID="75cf09992503e77a94b5f5c4deba7fc1daad4f5a"
BRANCH="bugfix_KASM-5419_fix_session_recorder_on_all_distros"
COMMIT_ID="9abeb2d5fba0bfe90d3fe60457a58ccc3ed1ad1d"
BRANCH="main"
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')