fabianishere / pve-edge-kernel

Newer Linux kernels for Proxmox VE 7
370 stars 50 forks source link

Arm64 build support #363

Closed jiangcuo closed 1 year ago

jiangcuo commented 1 year ago

debian/rules.d/arch/arm64.mk

KERNEL_BUILD_ARCH   = arm64
KERNEL_HEADER_ARCH  = $(KERNEL_BUILD_ARCH)
KERNEL_BUILD_IMAGE  = Image
KERNEL_IMAGE_PATH   = arch/$(KERNEL_BUILD_ARCH)/boot/${KERNEL_BUILD_IMAGE}
KERNEL_INSTALL_FILE = vmlinuz

I use the arm version of the edge kernel and have been testing it for 3 months. It performs very well.

fabianishere commented 1 year ago

Thanks! I added the file in 0ffeef0