-
Notifications
You must be signed in to change notification settings - Fork 884
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
Build arm64 besu docker images #2954
Build arm64 besu docker images #2954
Conversation
78d3869
to
21bde17
Compare
Kudos, SonarCloud Quality Gate passed! |
For the record, with Teku I wound up needing to use a machine executor and buildx to create the multi-arch docker image correctly. I don't think I ever found a way to get an ARM docker executor in CircleCI (I could get an arm container but the remote docker attached to it was still x86). Consensys/teku#4632 is the PR for Teku. |
@garyschulte - is this one superseded by #3481 |
30c693a
to
51aca0d
Compare
4f717aa
to
cd3b5ac
Compare
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, a CHANGELOG entry for this will be nice
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.
agree a changelog entry would be good, otherwise LGTM
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
36e0e20
to
c35a922
Compare
Kudos, SonarCloud Quality Gate passed! |
* first pass at building arm64 besu docker images * add arch to docker publish * add architecture envars to executors * first pass at manifest docker * setup docker in manifest step * add base image to manifestDocker * add changelog Signed-off-by: garyschulte <garyschulte@gmail.com>
PR description
Fixed Issue(s)
Changelog