hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.43k stars 759 forks source link

Use github arm64 runners #7171

Closed ryjones closed 1 month ago

ryjones commented 1 month ago

Fixed Issue(s)

fixes #7026

github now offer arm64 runners.

The arm64 image is a plain ubuntu 22.04 server with nothing installed (no docker).

ryjones commented 1 month ago

@seanyoung is this the change you wanted?

seanyoung commented 1 month ago

There should be an arm64 image with all the docker tools installed https://github.com/github-early-access/arm-runners-beta/blob/main/images/arm-ubuntu-22-image.md

That should make this PR much simpler.

ryjones commented 1 month ago

@seanyoung I've recreated the besu-arm64 runner using the new image. Could you take another run at this?