mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Build snap also on i386, armhf and arm64. Ignore if it fails.
Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7 ! Related #1503, related wekan/wekan-snap#46
This commit is contained in:
parent
cdb44da71e
commit
3e03f557cf
1 changed files with 14 additions and 1 deletions
|
|
@ -14,7 +14,20 @@ confinement: strict
|
|||
grade: stable
|
||||
|
||||
architectures:
|
||||
- amd64
|
||||
- build-on: amd64
|
||||
run-on: amd64
|
||||
|
||||
- build-on: i386
|
||||
run-on: i386
|
||||
build-error: ignore
|
||||
|
||||
- build-on: armhf
|
||||
run-on: armhf
|
||||
build-error: ignore
|
||||
|
||||
- build-on: arm64
|
||||
run-on: arm64
|
||||
build-error: ignore
|
||||
|
||||
plugs:
|
||||
mongodb-plug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue