Support only Jammy until we don't fix kernel headers (#3659)
This commit is contained in:
parent
714ab49b1d
commit
916a58842d
@ -1,5 +1,5 @@
|
|||||||
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
|
# 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 LINUXFAMILY="x86"
|
||||||
export ARCH="amd64"
|
export ARCH="amd64"
|
||||||
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user