Skip to content

Commit 754eb55

Browse files
authored
Merge pull request #15 from TGSAI/arm64-image-build
Add `ARM64` build and update README with architecture details
2 parents 272e432 + 577fa75 commit 754eb55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
context: ${{ matrix.image.context }}
7474
push: ${{ github.repository == 'tgsai/mdio-docker' && github.event_name == 'push' }}
75-
platforms: linux/amd64
75+
platforms: linux/amd64,linux/arm64
7676
tags: ${{ steps.tags.outputs.tags }}
7777
build-args: |
7878
python=${{ matrix.python }}

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[![Docker Build](https://github.com/TGSAI/mdio-docker/actions/workflows/build.yml/badge.svg)](https://github.com/TGSAI/mdio-docker/actions/workflows/build.yml)
44

5+
## Architecture Support
6+
7+
These Docker images are built for multiple architectures:
8+
- **linux/amd64** - Intel/AMD x86_64 processors
9+
- **linux/arm64** - ARM64 processors including Apple Silicon (M1/M2/M3/M4) and AWS Graviton
10+
11+
Docker will automatically pull the correct image for your platform.
12+
513
| Image | Description | Versions |
614
| ------------------------- | ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
715
| `ghcr.io/tgsai/mdio` | Base image to use MDIO with full functionality | [![][tgsai-mdio-latest] ![][tgsai-mdio-release] <br/> ![][tgsai-mdio-py313-release] <br/> ![][tgsai-mdio-py312-release] <br/> ![][tgsai-mdio-py311-release]](https://github.com/tgsai/mdio-docker/pkgs/container/mdio) |

0 commit comments

Comments
 (0)