Merge pull request 'specify the architectures that can be built for the snap' (#37) from soumyadghosh/Bavarder:main into main
Some checks failed
Build / Flatpak (x86_64) (push) Failing after 20m41s
Some checks failed
Build / Flatpak (x86_64) (push) Failing after 20m41s
Reviewed-on: https://codeberg.org/Bavarder/Bavarder/pulls/37
This commit is contained in:
commit
1d5f1c5be7
@ -4,6 +4,10 @@ adopt-info: bavarder
|
|||||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||||
|
|
||||||
|
architectures:
|
||||||
|
- build-on: amd64
|
||||||
|
- build-on: arm64
|
||||||
|
|
||||||
layout:
|
layout:
|
||||||
/usr/lib/x86_64-linux-gnu/webkitgtk-6.0:
|
/usr/lib/x86_64-linux-gnu/webkitgtk-6.0:
|
||||||
bind: $SNAP/webkitgtk-platform/usr/lib/x86_64-linux-gnu/webkitgtk-6.0
|
bind: $SNAP/webkitgtk-platform/usr/lib/x86_64-linux-gnu/webkitgtk-6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user