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:
parent
5ef542d70e
commit
f3fc836ccc
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue