Support only Jammy until we don't fix kernel headers (#3659)

This commit is contained in:
Igor Pečovnik 2022-04-12 08:07:11 +02:00 committed by GitHub
parent 714ab49b1d
commit 916a58842d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
[[ "$BUILD_DESKTOP" == yes ]] && enable_extension "nvidia"
[[ "$BUILD_DESKTOP" == yes && "$RELEASE" == jammy ]] && enable_extension "nvidia"
export LINUXFAMILY="x86"
export ARCH="amd64"
source "${BASH_SOURCE%/*}/include/uefi_common.inc"