Skip to content

Commit 4213ba1

Browse files
author
Prakash Surya
authored
DLPX-85175 upgrade kernel to better leverage bpftrace and BTF (#293)
1 parent 6c9422d commit 4213ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,9 +1069,9 @@ function get_kernel_version_for_platform_from_apt() {
10691069
#
10701070

10711071
if [[ "$platform" != generic ]] && [[ "$UBUNTU_DISTRIBUTION" == focal ]]; then
1072-
package="linux-image-${platform}-lts-20.04"
1073-
else
10741072
package="linux-image-${platform}"
1073+
else
1074+
package="linux-image-${platform}-hwe-20.04"
10751075
fi
10761076

10771077
if [[ "$(apt-cache show --no-all-versions "$package" \

0 commit comments

Comments
 (0)