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 d0db135 commit b27d926Copy full SHA for b27d926
.github/workflows/docker-localnet.yml
@@ -59,7 +59,7 @@ jobs:
59
strategy:
60
matrix:
61
platform:
62
- - runner: [self-hosted, type-ccx43]
+ - runner: [self-hosted, type-ccx33]
63
triple: x86_64-unknown-linux-gnu
64
arch: amd64
65
- runner: [ubuntu-24.04-arm]
@@ -126,7 +126,7 @@ jobs:
126
# Collect all artifacts and publish them to docker repo
127
build_and_publish:
128
needs: [setup, build_bins]
129
- runs-on: [self-hosted, type-ccx43]
+ runs-on: [self-hosted, type-ccx33]
130
defaults:
131
run:
132
working-directory: ${{ github.workspace }}
0 commit comments