mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated building Snap
This commit is contained in:
parent
0921c6ea53
commit
aa681cde88
3 changed files with 43 additions and 20 deletions
|
@ -13,12 +13,20 @@ description: |
|
|||
confinement: strict
|
||||
grade: stable
|
||||
|
||||
# Update platforms format to correct syntax for core24
|
||||
# Use platforms instead of architectures for core24 base
|
||||
platforms:
|
||||
amd64:
|
||||
build-on: amd64
|
||||
build-on: [amd64, arm64]
|
||||
build-for: amd64
|
||||
|
||||
# Remove architectures section (not compatible with core24)
|
||||
# architectures: [amd64]
|
||||
|
||||
# The previous format was incorrect:
|
||||
# architectures:
|
||||
# - build-on: amd64
|
||||
# run-on: amd64
|
||||
|
||||
plugs:
|
||||
mongodb-plug:
|
||||
interface: content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue