main/systemd-boot: enable armv7 and riscv64 support (MR 4830)

[ci:skip-build] already built successfully in CI
[ci:skip-vercheck]
This commit is contained in:
Clayton Craft 2024-02-16 16:30:54 -08:00
parent 5ef542d70e
commit f3fc836ccc
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -21,7 +21,7 @@ url="https://systemd.io/"
# armv7: untested # armv7: untested
# riscv64: untested # riscv64: untested
# x86: untested (and unnecessary?) # x86: untested (and unnecessary?)
arch="x86_64 aarch64" arch="aarch64 armv7 riscv64 x86_64"
license="GPL-2.0-only" license="GPL-2.0-only"
# Some of these are just to satisfy systemd's meson config, and aren't actually # Some of these are just to satisfy systemd's meson config, and aren't actually
# used for building the boot manager or stub... # used for building the boot manager or stub...