From 7556d078669c5eb4aaed6a69124a4bf107f6d716 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 6 Sep 2022 04:28:20 +0200 Subject: [PATCH] Limit arches to aarch64 and x86_64 --- devhelp.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devhelp.yaml b/devhelp.yaml index d1a674b..fc84c12 100644 --- a/devhelp.yaml +++ b/devhelp.yaml @@ -22,10 +22,13 @@ data: default: rpms: - devhelp + buildopts: + arches: [aarch64, x86_64] components: rpms: devhelp: rationale: Application package ref: f35 buildorder: 10 + arches: [aarch64, x86_64] ...