From bb9a7dd43ef6e6be9db6209173d8177e18dcbc5f Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 11 May 2020 12:06:02 +0100 Subject: [PATCH] make-lxd-metadata: add riscv64 lxd architecture tag --- live-build/make-lxd-metadata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/live-build/make-lxd-metadata.py b/live-build/make-lxd-metadata.py index 896f811a..e90277c8 100755 --- a/live-build/make-lxd-metadata.py +++ b/live-build/make-lxd-metadata.py @@ -17,6 +17,7 @@ lxd_arches = { "powerpc": "ppc", "ppc64el": "ppc64le", "s390x": "s390x", + "riscv64": "riscv64", }