Skip to content

Commit

Permalink
Use github arm64 runners (hyperledger#7173)
Browse files Browse the repository at this point in the history
Now that the arm64 runners are re-created with the ubuntu 22.04 image,
docker and other tools are available.

See hyperledger#7053 and hyperledger#7171

fixes hyperledger#7026

Signed-off-by: Sean Young <[email protected]>
Co-authored-by: Simon Dudley <[email protected]>
  • Loading branch information
seanyoung and siladu authored Jun 5, 2024
1 parent e4902af commit 31dff44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
platform:
- ubuntu-22.04
- [self-hosted, ARM64]
- besu-arm64
runs-on: ${{ matrix.platform }}
steps:
- name: Prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
matrix:
platform:
- ubuntu-22.04
- [self-hosted, ARM64]
- besu-arm64
runs-on: ${{ matrix.platform }}
steps:
- name: Prepare
Expand Down

0 comments on commit 31dff44

Please sign in to comment.