We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0d1bc commit 091225dCopy full SHA for 091225d
.github/workflows/workflow.yml
@@ -115,7 +115,7 @@ jobs:
115
./gradlew --no-daemon dockerTest
116
117
buildArm64:
118
- runs-on: [ ARM64, Linux, self-hosted ]
+ runs-on: [ besu-arm64 ]
119
strategy:
120
matrix:
121
architecture: [ arm64 ]
@@ -173,7 +173,7 @@ jobs:
173
publishDockerArm64:
174
needs: buildArm64
175
if: github.event_name == 'push'
176
177
env:
178
architecture: "arm64"
179
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"
0 commit comments