-
Notifications
You must be signed in to change notification settings - Fork 51
ci: add Linux arm64 support #2628
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d640cf8 to
46df3f7
Compare
e2f42f4 to
1409162
Compare
31e21b3 to
d272964
Compare
d272964 to
fa4d8f6
Compare
fa4d8f6 to
3567baf
Compare
3567baf to
8fb88fd
Compare
8fb88fd to
f01f37a
Compare
jpraynaud
approved these changes
Jul 2, 2025
Member
jpraynaud
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
f01f37a to
66103dd
Compare
…stable-release` and `create-pre-release` jobs
…ble in the release note
The `docker-mithril` job builds and pushes multi-platform Docker images (`linux/amd64`, `linux/arm64`) using Docker Buildx and QEMU for emulation. Each binary is injected per architecture using `$TARGETARCH` at build time. Disable `provenance` to avoid "unknown/unknown" issue: Known behavior, provenance generation triggers a multi-platform image index, which causes the image to appear as "unknown/unknown". Disabling it ensures that only a single manifest is generated.
…ril Client multi-platform test` workflow
…d commands on Linux ARM
66103dd to
068d545
Compare
Alenar
approved these changes
Jul 2, 2025
Collaborator
Alenar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
068d545 to
0b660f4
Compare
turmelclem
approved these changes
Jul 3, 2025
Collaborator
turmelclem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✨
* mithril-client-cli from `0.12.18` to `0.12.19`
0b660f4 to
8ec1c79
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR includes CI updates to:
ubuntu-22.04-armrunnerubuntu-24.04-armrunner in thetestjob matrixubuntu-24.04-armto the test matrix of theMithril Client multi-platform testworkflowmithril-aggregator,mithril-signer,mithril-client, andmithril-relay(leveragingQEMUandBuildxto support both amd64 and arm64 platforms)tools utxo-hd snapshot-converterCLI command and hide post-download guidance when running on Linux ARMDetails on build and CI execution times are available here.
Example of a multi-arch Docker image for
mithril-clientis available here.Pre-submit checklist
Issue(s)
Closes #2178