Skip to content

Commit

Permalink
Fix Ubuntu golang package hold only for 21.04
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Jun 23, 2022
1 parent a18a32e commit 7c0b9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache_images/ubuntu_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ INSTALL_PACKAGES=(\
# Necessary to update cache of newly added repos
lilto $SUDO apt-get -q -y update

if (($OS_RELEASE_VER>=2104)); then
if (($OS_RELEASE_VER==2104)); then
echo "Blocking golang-* package interfearance with kubik containers-common"
$SUDO apt-mark hold golang-github-containers-common golang-github-containers-image
fi
Expand Down

0 comments on commit 7c0b9cd

Please sign in to comment.