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

Make besu-evmtool docker images properly multi-arch #5481

Open
garyschulte opened this issue May 22, 2023 · 0 comments
Open

Make besu-evmtool docker images properly multi-arch #5481

garyschulte opened this issue May 22, 2023 · 0 comments
Assignees
Labels
dev experience The build system, things that enable easier development etc. docker

Comments

@garyschulte
Copy link
Contributor

garyschulte commented May 22, 2023

Description

currently besu CI publishes besu-evmtool docker images for both arm64 and amd64. However, the images are not multi-arch, and the two image types overwrite each other. Whichever arch was the last one pushed for the tag is the one that ends up being published.

Acceptance Criteria

  • make besu-evmtool docker images multi-arch for amd64 and arm64, similar to the besu docker images

Steps to Reproduce (Bug)

  1. observe the docker image arch types for besu-evmtool, note that there is no rhyme or reason to whether they are arm64 or amd64 images

Expected behavior: [What you expect to happen]
multi-arch images that work for arm64 or amd64

@non-fungible-nelson non-fungible-nelson added the TeamChupa GH issues worked on by Chupacabara Team label May 25, 2023
@non-fungible-nelson non-fungible-nelson added the dev experience The build system, things that enable easier development etc. label May 30, 2023
@jflo jflo added docker and removed TeamChupa GH issues worked on by Chupacabara Team labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev experience The build system, things that enable easier development etc. docker
Projects
None yet
Development

No branches or pull requests

3 participants