Wekan Snap build failed

Hi,
could someone help me with these?

  • How to get newest MongoDB 4.x working in Snap package?
  • How to get Snap upgraded from Ubuntu 16.04 base to newest available?
  • How to create multiarch Snap package?
  • How to get snapcraft.yaml fixed because builds started failing today?

https://launchpadlibrarian.net/473255315/buildlog_snap_ubuntu_xenial_amd64_wekan-devel_BUILDING.txt.gz

It seems that todays automated build did work, so I get Wekan published.

It would be nice if someone helped with other upgrade issues mentioned above.

I’m new to this but I believe this addresses two of your concerns:

  1. change base with:
    base: core18
    
  2. build for all architectures by removing:
    architectures:
      - amd64
    
    or adding specific architectures:
    architectures:
       - amd64
       - i386
       - ppc64el