A set of prebuilt Flatpak binaries for Amazon Linux 2.
-
Download the prebuilt package from the Release page.
-
Install the package.
sudo yum install -y albuild-flatpak-0.2.0-1.amzn2.x86_64.rpm
-
Logout and login.
- Docker
-
Clone this repository.
git clone https://github.com/albuild/flatpak.git
-
Go to the repository.
cd flatpak
-
Build a new image.
bin/build
-
Extract a built package from the built image. The package will be copied to the ./rpm directory.
bin/cp
-
Delete the built image.
bin/rmi