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.