Skip to content

Commit

Permalink
Use github arm64 runners (hyperledger#7054)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <sean@mess.org>
Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
  • Loading branch information
seanyoung and siladu authored May 10, 2024
1 parent a754431 commit 2a39f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 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 All @@ -47,6 +47,8 @@ jobs:
echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_OUTPUT
echo "ARCH=amd64" >> $GITHUB_OUTPUT
else
sudo apt-get update
sudo apt-get -y install docker.io
echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_OUTPUT
echo "ARCH=arm64" >> $GITHUB_OUTPUT
fi
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
platform:
- ubuntu-22.04
- [self-hosted, ARM64]
- besu-arm64
runs-on: ${{ matrix.platform }}
steps:
- name: Prepare
Expand All @@ -45,6 +45,8 @@ jobs:
echo "PLATFORM_PAIR=linux-amd64" >> $GITHUB_OUTPUT
echo "ARCH=amd64" >> $GITHUB_OUTPUT
else
sudo apt-get update
sudo apt-get -y install docker.io
echo "PLATFORM_PAIR=linux-arm64" >> $GITHUB_OUTPUT
echo "ARCH=arm64" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 2a39f2c

Please sign in to comment.