Skip to content

BlitterStudio/amiberry-docker-fedora-x86_64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amiberry-docker-fedora-x86_64

A Dockerfile which creates an image with all requirements to build Amiberry for a Fedora x86_64 platform.

The image is based on Fedora:latest and includes all Amiberry dependencies (e.g. SDL2, SDL2-image, etc)

The full image is available on DockerHub: https://hub.docker.com/repository/docker/midwan/amiberry-fedora-x86_64

Usage

docker run --rm -it -v <dir-you-cloned-amiberry-into>:/build midwan/amiberry-fedora-x84_64:latest

Then you can proceed to compile Amiberry as usual, e.g.:

cmake -B build && cmake --build build

Building the image locally

To build the image yourself:

docker build -t amiberry-fedora-x86_64:latest .

CI/CD

Images are automatically built and pushed to DockerHub via GitHub Actions on every push to main and on a daily schedule.

About

Dockerfile for building Amiberry on Fedora x86_64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published