Skip to content

Commit 091225d

Browse files
committed
use org arm64 runner
Signed-off-by: garyschulte <[email protected]>
1 parent 9e0d1bc commit 091225d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
./gradlew --no-daemon dockerTest
116116
117117
buildArm64:
118-
runs-on: [ ARM64, Linux, self-hosted ]
118+
runs-on: [ besu-arm64 ]
119119
strategy:
120120
matrix:
121121
architecture: [ arm64 ]
@@ -173,7 +173,7 @@ jobs:
173173
publishDockerArm64:
174174
needs: buildArm64
175175
if: github.event_name == 'push'
176-
runs-on: [ ARM64, Linux, self-hosted ]
176+
runs-on: [ besu-arm64 ]
177177
env:
178178
architecture: "arm64"
179179
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"

0 commit comments

Comments
 (0)