main/secureboot-hook: enable on loongarch64

This commit is contained in:
Jingyun Hua 2025-02-17 17:16:42 +08:00 committed by J0WI
parent 692596b026
commit 8ef429e181

View File

@ -5,7 +5,7 @@ pkgver=0.2
pkgrel=2
pkgdesc="A kernel hook for generating signed UEFI Unified Kernel Image"
url="https://gitlab.alpinelinux.org/alpine/aports"
arch="noarch !armhf !s390x !ppc64le !loongarch64" # limited by sbsigntool
arch="noarch !armhf !s390x !ppc64le" # limited by sbsigntool
license="MIT"
depends="efi-mkuki kernel-hooks initramfs-generator sbsigntool"
install="$pkgname.post-install $pkgname.pre-deinstall"