Is it possible to drop an unsupported architecture from the store?

closing channels only helps for already built snaps indeed … to prevent your snap from building on unwanted arches you need to use the architectures: option in snapcraft.yaml:

i.e.:

architectures:
  - build-on: [ amd64, armhf ]

to build only on these two arches …

1 Like