Merge ~xnox/launchpad-buildd:master into launchpad-buildd:master

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Colin Watson
Approved revision: f6605e5386bc785baf3b43469eb8c4f879e0e6a8
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~xnox/launchpad-buildd:master
Merge into: launchpad-buildd:master
Diff against target: 12 lines (+1/-0)
1 file modified
lpbuildd/target/lxd.py (+1/-0)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+383835@code.launchpad.net

Commit message

lxd: add riscv64 to arch table

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lpbuildd/target/lxd.py b/lpbuildd/target/lxd.py
2index fcd6706..a19f956 100644
3--- a/lpbuildd/target/lxd.py
4+++ b/lpbuildd/target/lxd.py
5@@ -102,6 +102,7 @@ class LXD(Backend):
6 "powerpc": "ppc",
7 "ppc64el": "ppc64le",
8 "s390x": "s390x",
9+ "riscv64": "riscv64",
10 }
11
12 profile_name = "lpbuildd"

Subscribers

People subscribed via source and target branches