Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: clean up docker-publish workflow #513

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Conversation

lalver1
Copy link
Member

@lalver1 lalver1 commented Dec 19, 2024

Closes #487 and adds support for building a multi-platform image.

Making the image multi-platform will streamline creating the Benefits dev container for Mac users since at the moment bin/build.sh in Benefits attempts to pull the eligibility-server image from GHCR, but when an linux/arm64 image isn't found, it returns an error.

@lalver1 lalver1 self-assigned this Dec 19, 2024
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@lalver1 lalver1 force-pushed the chore/cleanup-multiplatform branch from bf1b604 to 5d98668 Compare January 2, 2025 20:13
@lalver1 lalver1 marked this pull request as ready for review January 2, 2025 20:21
@lalver1 lalver1 requested a review from a team as a code owner January 2, 2025 20:21
Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good, follows the pattern established in docker-python-web

@lalver1 lalver1 merged commit 4dc39ff into main Jan 2, 2025
6 checks passed
@lalver1 lalver1 deleted the chore/cleanup-multiplatform branch January 2, 2025 20:58
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.

Refactor the deploy job in the docker-publish.yml workflow
2 participants