From b05a0e8d5fa4a6b8dd39602416668977b1be9ff7 Mon Sep 17 00:00:00 2001 From: Owen-sz Date: Wed, 7 Jan 2026 18:47:05 -0600 Subject: [PATCH] ok sure Signed-off-by: Owen-sz --- anda/apps/buzz/anda.hcl | 1 + anda/apps/buzz/buzz.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/anda/apps/buzz/anda.hcl b/anda/apps/buzz/anda.hcl index e86da3b0c5..520a2be4a7 100644 --- a/anda/apps/buzz/anda.hcl +++ b/anda/apps/buzz/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "buzz.spec" } diff --git a/anda/apps/buzz/buzz.spec b/anda/apps/buzz/buzz.spec index 4347ec81fc..6f5166a2c2 100644 --- a/anda/apps/buzz/buzz.spec +++ b/anda/apps/buzz/buzz.spec @@ -19,6 +19,8 @@ BuildRequires: cmake gcc gcc-c++ BuildRequires: pkgconfig(vulkan) BuildRequires: desktop-file-utils +ExclusiveArch: x86_64 + %description Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.