Skip to content

Add multi-platform Docker builds (amd64, arm64) - #6

Merged
AndyMeps merged 1 commit into
mainfrom
feat/docker-container-build
Jun 9, 2026
Merged

Add multi-platform Docker builds (amd64, arm64)#6
AndyMeps merged 1 commit into
mainfrom
feat/docker-container-build

Conversation

@AndyMeps

@AndyMeps AndyMeps commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

Enable Docker builds for multiple architectures: linux/amd64 and linux/arm64.

This allows the container image to run natively on:

  • Standard Linux servers and CI/CD runners (amd64)
  • M-series Macs (arm64)
  • Windows 11 via Docker Desktop (linux/arm64 or amd64)

Builds both architectures in a single GitHub Actions job using Docker Buildx's cross-platform build capability.

Test plan

  • Workflow updated with platforms configuration
  • Verify workflow builds both architectures on merge to main
  • Confirm arm64 image runs on M-series Mac

🤖 Generated with Claude Code

Enable buildx to build for both x86-64 and ARM architectures in a single build.
Allows running the same image on M-series Macs and standard Linux servers.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@AndyMeps
AndyMeps merged commit 00cb089 into main Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant