make-lxd-metadata: add riscv64 lxd architecture tag

This commit is contained in:
Dimitri John Ledkov 2020-05-11 12:06:02 +01:00
parent b9177cfd59
commit bb9a7dd43e

View File

@ -17,6 +17,7 @@ lxd_arches = {
"powerpc": "ppc",
"ppc64el": "ppc64le",
"s390x": "s390x",
"riscv64": "riscv64",
}