Snapcraft/AWS ARM64 Build
An Amazon AWS EC2 instance may be used to build ARM64 snaps.
- Launch an Amazon EC2 Ubuntu 18.04 ARM64 instance.
- Update the instance:
sudo apt update
sudo apt upgrade -y
- Configure the build environment:
sudo apt install build-essential -y
export SNAPCRAFT_BUILD_ENVIRONMENT=host
- Follow the Ubuntu: Create your first snap tutorial to create and run your first snap.