Skip to content

Commit e0d43b0

Browse files
author
Roman
committed
use powerful runners
1 parent 1b978b2 commit e0d43b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
setup:
31-
runs-on: ubuntu-latest
31+
runs-on: [self-hosted, type-cax41]
3232
outputs:
3333
tag: ${{ steps.vars.outputs.tag }}
3434
ref: ${{ steps.vars.outputs.ref }}
@@ -53,15 +53,15 @@ jobs:
5353
fi
5454

5555
# build artifacts for fast-runtime and non-fast-runtime
56-
build:
56+
build_bins:
5757
name: Build • ${{ matrix.platform.triple }} • ${{ matrix.runtime }}
5858
needs: setup
5959
strategy:
6060
matrix:
6161
platform:
62-
- runner: ubuntu-latest
62+
- runner: [self-hosted, type-cax41]
6363
triple: x86_64-unknown-linux-gnu
64-
- runner: ubuntu-24.04-arm
64+
- runner: [self-hosted, type-cax41, image-arm-app-docker-ce]
6565
triple: aarch64-unknown-linux-gnu
6666

6767
runtime: ["fast-runtime", "non-fast-runtime"]
@@ -121,8 +121,8 @@ jobs:
121121
if-no-files-found: error
122122

123123
# Collect all artifacts and publish them to docker repo
124-
publish:
125-
needs: [setup, build]
124+
build_and_publish:
125+
needs: [setup, build_bins]
126126
runs-on: ubuntu-latest
127127
defaults:
128128
run:

0 commit comments

Comments
 (0)