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

ci(gha): multi-arch docker builds #332

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

iFergal
Copy link
Collaborator

@iFergal iFergal commented Dec 9, 2024

To resolve #329. The Makefile is only used for local pushes, so also updating this.

Looking at the output of https://github.com/WebOfTrust/keria/actions/runs/11900767151/job/33162302638 -> Set up Docker buildx -> Inspect builder -> "platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/386", we will need QEMU for arm.

@iFergal iFergal requested review from 2byrds and lenkan December 9, 2024 12:40
@iFergal iFergal self-assigned this Dec 9, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.78%. Comparing base (18d3ad7) to head (45a745c).
Report is 38 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #332      +/-   ##
==========================================
+ Coverage   93.06%   93.78%   +0.72%     
==========================================
  Files          36       36              
  Lines        7121     8030     +909     
==========================================
+ Hits         6627     7531     +904     
- Misses        494      499       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@2byrds 2byrds left a comment

Choose a reason for hiding this comment

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

LGTM

@2byrds 2byrds merged commit 638f626 into WebOfTrust:main Dec 9, 2024
5 checks 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.

Multi-architecture docker builds
2 participants