< Snapcraft
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.
References
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.