{"id":38654711,"url":"https://github.com/ibrahimroshdy/multi-arch-github-actions","last_synced_at":"2026-01-17T09:25:48.169Z","repository":{"id":217577587,"uuid":"516401511","full_name":"ibrahimroshdy/multi-arch-github-actions","owner":"ibrahimroshdy","description":"A sample project of adding multi-arch build pipeline to GitHub and utilising the GitHub actions, workflows and job settings.","archived":false,"fork":false,"pushed_at":"2025-11-10T21:50:55.000Z","size":621,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-10T23:29:23.802Z","etag":null,"topics":["codecov","continuous-integration","docker","github-actions","multi-arch-images","python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibrahimroshdy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-21T14:20:03.000Z","updated_at":"2025-02-14T17:09:06.000Z","dependencies_parsed_at":"2024-02-22T03:28:50.561Z","dependency_job_id":"dc0013d6-5fbe-480a-8370-fcb44bcac42c","html_url":"https://github.com/ibrahimroshdy/multi-arch-github-actions","commit_stats":null,"previous_names":["ibrahimroshdy/continuous_integration","ibrahimroshdy/multi-arch-github-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibrahimroshdy/multi-arch-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimroshdy%2Fmulti-arch-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimroshdy%2Fmulti-arch-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimroshdy%2Fmulti-arch-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimroshdy%2Fmulti-arch-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahimroshdy","download_url":"https://codeload.github.com/ibrahimroshdy/multi-arch-github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimroshdy%2Fmulti-arch-github-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["codecov","continuous-integration","docker","github-actions","multi-arch-images","python"],"created_at":"2026-01-17T09:25:47.389Z","updated_at":"2026-01-17T09:25:48.128Z","avatar_url":"https://github.com/ibrahimroshdy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Arch Build with GitHub Actions\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n[![Static Badge](https://img.shields.io/badge/DOCS-MultiArch%20GitHub%20Actions-Green?style=for-the-badge)](https://ibrahimroshdy.github.io/multi-arch-github-actions/)\n\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ibrahimroshdy/multi-arch-github-actions/main.svg)](https://results.pre-commit.ci/latest/github/ibrahimroshdy/multi-arch-github-actions/main)\n[![Multi-Arch GitHub Actions](https://github.com/ibrahimroshdy/multi-arch-github-actions/actions/workflows/ci_workflow.yml/badge.svg?branch=main)](https://github.com/ibrahimroshdy/multi-arch-github-actions/actions/workflows/ci_workflow.yml)\n[![codecov](https://codecov.io/gh/ibrahimroshdy/multi-arch-github-actions/graph/badge.svg?token=Y56VABDZA7)](https://codecov.io/gh/ibrahimroshdy/multi-arch-github-actions)\n\n## About\n\nA sample project of adding continuous integration multi-arch buildx\nto GitHub and utilising the GitHub actions, workflows and job settings.\nThis project contains a `simple_loop.py` python file that prints a progress bar of a for loop.\nThe aim of this project to serve a sample project for implementing GitHub's\nworkflow using workflow files, and custom actions and multiple jobs.\n\n### Folder Structure\n\n```\n    multi-arch-github-actions\n    │\n    ├── README.md\n    ├── .github # gitHub workflow directory\n    │     ├── actions # Custom actions directory\n    │     │   └── install-run-code # This project's Custom Action to be referred to by name in workflows\n    │     │       └── action.yml # Action instructions file [Must be named action]\n    │     └── workflows # This project's Workflows\n    │         └── ci_workflow.yml # Workflow instructions file\n    ├── .gitignore # git ignore file\n    ├── pyproject.toml\n    └── simple_loop.py\n```\n\n### Getting Started\n\nThere is no need to run the project locally, but in case it is needed here is the quick start instructions used.\nNote: Those are the same instructions in `.github/workflows/ci_workflows.yml`\nand `.github/actions/install-run-code/actions.yml`\n\nProject is also setup for a Docker Multi-arch build for `arm64` and `amd64`. Read more about it in\nthis [article](https://ibrahimroshdy.medium.com/how-to-build-your-docker-images-using-multi-arch-to-support-arm64-m1-macbook-6ebc42a47cd7).\n\nCreate a virtualenv\n\n```bash\n virtualenv venv -p python3\n```\n\nActivate your venv\n\n```bash\nsource venv/bin/activate\n```\n\nInstall poetry and pyfiglet using pip\n\n```bash\npip install poetry pyfiglet\n```\n\nRun poetry install to install all needed python packages\n\n```bash\npoetry install\n```\n\nRun pyfiglet because you can\n\n```bash\npyfiglet Multi-Arch Build with GitHub Actions\n```\n\nFinally, run code\n\n```bash\npython simple_loop.py\n```\n\nYou should have something like that..\n\n```bash\nThis is a progress bar of the simple loop script\n100%|███████| 1000000/1000000 [00:00\u003c00:00, 4474649.76it/s]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimroshdy%2Fmulti-arch-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimroshdy%2Fmulti-arch-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimroshdy%2Fmulti-arch-github-actions/lists"}