{"id":28939501,"url":"https://github.com/blitterstudio/amiberry-docker-armhf","last_synced_at":"2026-03-17T09:37:00.589Z","repository":{"id":99410032,"uuid":"499920874","full_name":"BlitterStudio/amiberry-docker-armhf","owner":"BlitterStudio","description":"Dockerfile for building Amiberry on armhf","archived":false,"fork":false,"pushed_at":"2026-03-13T18:31:46.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T06:58:19.372Z","etag":null,"topics":["docker","docker-image","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlitterStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-04T19:39:40.000Z","updated_at":"2026-03-13T18:31:50.000Z","dependencies_parsed_at":"2026-03-13T21:03:27.967Z","dependency_job_id":null,"html_url":"https://github.com/BlitterStudio/amiberry-docker-armhf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlitterStudio/amiberry-docker-armhf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlitterStudio%2Famiberry-docker-armhf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlitterStudio%2Famiberry-docker-armhf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlitterStudio%2Famiberry-docker-armhf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlitterStudio%2Famiberry-docker-armhf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlitterStudio","download_url":"https://codeload.github.com/BlitterStudio/amiberry-docker-armhf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlitterStudio%2Famiberry-docker-armhf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30620749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","dockerfile"],"created_at":"2025-06-23T00:09:51.667Z","updated_at":"2026-03-17T09:37:00.584Z","avatar_url":"https://github.com/BlitterStudio.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amiberry-docker-armhf\n\nA Dockerfile which creates an image with all requirements to cross-compile Amiberry for the `armhf` platform (e.g. Raspberry Pi 32-bit) on an x86_64 host.\n\nThe image is based on Debian and includes all Amiberry dependencies (e.g. SDL2, SDL2-image, SDL3, SDL3_image, etc). Supported Debian versions: `bookworm`, `trixie` (see tags below).\n\nThe full image is available on DockerHub: \u003chttps://hub.docker.com/repository/docker/midwan/amiberry-debian-armhf\u003e\n\n## Usage\n\nTo use the latest Trixie-based image:\n\n```bash\ndocker run --rm -it -v \u003cdir-you-cloned-amiberry-into\u003e:/build midwan/amiberry-debian-armhf:latest\n```\n\nTo use a specific Debian version:\n\n```bash\ndocker run --rm -it -v \u003cdir-you-cloned-amiberry-into\u003e:/build midwan/amiberry-debian-armhf:bookworm\n\ndocker run --rm -it -v \u003cdir-you-cloned-amiberry-into\u003e:/build midwan/amiberry-debian-armhf:trixie\n```\n\nThen you can proceed to compile Amiberry with the relevant toolchain file, e.g.:\n\n```bash\ncmake -DCMAKE_TOOLCHAIN_FILE=cmake/Toolchain-armhf-linux-gnu.cmake -B build \u0026\u0026 cmake --build build\n```\n\n## Building the image locally\n\nTo build the image yourself for a specific Debian release:\n\n```bash\ndocker build --build-arg debian_release=bookworm -t amiberry-debian-armhf:bookworm .\n```\n\n## CI/CD\n\nImages are automatically built and pushed to DockerHub via GitHub Actions on every push to `main` and on a daily schedule.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitterstudio%2Famiberry-docker-armhf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblitterstudio%2Famiberry-docker-armhf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitterstudio%2Famiberry-docker-armhf/lists"}