Skip to content

Commit

Permalink
Snap: move architectures to platforms (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh authored Feb 13, 2025
1 parent b73f3a0 commit dc06bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ license: GPL-3.0+
base: core24
confinement: strict
compression: lzo
architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
platforms:
amd64:
arm64:
armhf:
layout:
/usr/lib/$CRAFT_ARCH_TRIPLET/webkitgtk-6.0:
bind: $SNAP/webkitgtk-platform/usr/lib/$CRAFT_ARCH_TRIPLET/webkitgtk-6.0
Expand Down

0 comments on commit dc06bdb

Please sign in to comment.