How do I compile a snap for armhf/arm64?

you could try to create an lxd container for armhf or arm64 on your machine, then inside the container you can export

SNAPCRAFT_BUILD_ENVIRONMENT=host

to make snapcraft not use multipass inside the container …

2 Likes