Update to v131
Podman options
Add AppStream data
Build an AppImage for the ares emulator
To build:
git clone https://git.sr.ht/~hristoast/ares-appimage
cd ares-appimage
make # Read the Makefile to skip make and properly call docker directly
A file called ares-$version-x86_64.AppImage
will be placed into an out
directory in the root of this repo. At present, $version
is hardcoded in the dockerfile.
To get a shell inside the container (useful for developing):
git clone https://git.sr.ht/~hristoast/ares-appimage
cd ares-appimage
make sh # Read the Makefile to skip make and properly call docker directly