Skip to content

Commit

Permalink
Revert "Use github arm64 runners (#7054)" (#7087)
Browse files Browse the repository at this point in the history
This reverts commit 2a39f2c.

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
  • Loading branch information
siladu committed May 10, 2024
1 parent 2a39f2c commit 2db3705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/develop.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
platform:
- ubuntu-22.04
- besu-arm64
- [self-hosted, ARM64]
runs-on: ${{ matrix.platform }}
steps:
- name: Prepare
Expand All @@ -47,8 +47,6 @@ 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: 1 addition & 3 deletions .github/workflows/docker.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
platform:
- ubuntu-22.04
- besu-arm64
- [self-hosted, ARM64]
runs-on: ${{ matrix.platform }}
steps:
- name: Prepare
Expand All @@ -45,8 +45,6 @@ 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 2db3705

Please sign in to comment.