-
Notifications
You must be signed in to change notification settings - Fork 893
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
Use github arm64 runners #7054
Use github arm64 runners #7054
Conversation
Signed-off-by: Sean Young <sean@mess.org>
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.
Thanks for the PR @seanyoung. Were you able to test the docker changes?
I am trying to test that at least the docker install works, but it's stuck waiting, not sure if that's expected...it did trigger with the correct runner, but maybe it's stuck because it's on my fork siladu/besu/actions/runs/8978675974/job/24659493468
I haven't tested it, I was hoping CI would do that for me.
Only github repos/organizations signed up to the private beta will have them available, so it won't work on your fork. Is there a way we can test this in hyperledger/besu? |
@seanyoung Short of creating your own personal runner for this PR to point to, I can't think of one. Will merge and revert if it doesn't work. Not a big deal if we miss some intermediate commits on the develop tag. |
This reverts commit 2a39f2c. Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
PR to revert: #7087 |
Signed-off-by: Sean Young <sean@mess.org> Co-authored-by: Simon Dudley <simon.dudley@consensys.net> Signed-off-by: Justin Florentine <justin+github@florentine.us>
This reverts commit 2a39f2c. Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: Sean Young <sean@mess.org> Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
This reverts commit 2a39f2c. Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Sean Young <sean@mess.org> Co-authored-by: Simon Dudley <simon.dudley@consensys.net> Signed-off-by: Justin Florentine <justin+github@florentine.us>
This reverts commit 2a39f2c. Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Signed-off-by: Justin Florentine <justin+github@florentine.us>
github now offer arm64 runners.
The arm64 image is a plain ubuntu 22.04 server with nothing installed (no docker).
Fixes #7026