From 35fabddd6b4ba9ede23bc496993b504667e0857f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 9 Oct 2022 09:04:56 +0200 Subject: [PATCH] Limit arches to aarch64 and x86_64 --- quearcode.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quearcode.yaml b/quearcode.yaml index 7705338..f507fcc 100644 --- a/quearcode.yaml +++ b/quearcode.yaml @@ -21,19 +21,25 @@ data: default: rpms: - quearcode + buildopts: + arches: [aarch64, x86_64] components: rpms: python-olefile: rationale: Runtime dependency ref: f37 + arches: [aarch64, x86_64] python-pillow: rationale: Runtime dependency ref: f37 + arches: [aarch64, x86_64] python-qrcode: rationale: Runtime dependency ref: f37 + arches: [aarch64, x86_64] quearcode: rationale: Application package ref: f37 buildorder: 10 + arches: [aarch64, x86_64] ...