Add ARM builds#56
Conversation
Fixes #54
There was a problem hiding this comment.
Pull request overview
Adds multi-architecture container builds to publish linux/arm64 images (in addition to linux/amd64) to better support ARM-based developer machines (e.g., Apple Silicon).
Changes:
- Enable multi-platform Docker builds/pushes for
linux/amd64andlinux/arm64. - Adjust Docker image tagging rules generated by
docker/metadata-action. - Bump the template version patch number.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
version/version.py |
Bumps patch version (0.1.0 → 0.1.1). |
.github/workflows/container_build_push.yml |
Publishes multi-arch Docker images and adjusts tag generation. |
.github/workflows/container_build.yml |
Builds (including in PR CI) for both amd64/arm64 and adjusts tag generation. |
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/precimed/container_template/sessions/898f5abe-bbc3-42e3-80c7-e31c5dff43ef Co-authored-by: espenhgn <2492641+espenhgn@users.noreply.github.com>
…late into espenhgn/issue54
Applied in commit 8794b49. I updated the workflow files to restore |
Fixes #54
Changes proposed in this pull request:
Before submitting
section of the
CONTRIBUTINGdocs.Writing docstrings section of the
CONTRIBUTINGdocs.