From 8a166f3d44efcb35e257ae5f617636c4997d4f28 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Fri, 18 Oct 2024 22:44:08 +0200 Subject: [PATCH] chore(snap): more explicit architecture specification --- snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 0ffc0b1..967f185 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -6,7 +6,9 @@ description: | A cross platform mDNS-Browser app written in Rust using tauri and leptos grade: stable confinement: strict -architectures: [amd64] +architectures: + - build-on: amd64 + run-on: amd64 layout: /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/webkit2gtk-4.1: