Skip to content

Commit

Permalink
chore(snap): more explicit architecture specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Oct 18, 2024
1 parent f247097 commit 8a166f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a166f3

Please sign in to comment.