From f3fc836ccc9733083906da0f34cac97f0eb9a85a Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 16 Feb 2024 16:30:54 -0800 Subject: [PATCH] main/systemd-boot: enable armv7 and riscv64 support (MR 4830) [ci:skip-build] already built successfully in CI [ci:skip-vercheck] --- main/systemd-boot/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/systemd-boot/APKBUILD b/main/systemd-boot/APKBUILD index da5455c9f..44a62674a 100644 --- a/main/systemd-boot/APKBUILD +++ b/main/systemd-boot/APKBUILD @@ -21,7 +21,7 @@ url="https://systemd.io/" # armv7: untested # riscv64: untested # x86: untested (and unnecessary?) -arch="x86_64 aarch64" +arch="aarch64 armv7 riscv64 x86_64" license="GPL-2.0-only" # Some of these are just to satisfy systemd's meson config, and aren't actually # used for building the boot manager or stub...