Skip to content

Commit 3740720

Browse files
authored
fix k3s
1 parent 72cc59e commit 3740720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unitctl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ${{ env.MAKE }} test
6767

6868
build:
69-
runs-on: ${{ matrix.os }}
69+
runs-on: [self-hosted, k3s]
7070
defaults:
7171
run:
7272
working-directory: tools/unitctl
@@ -75,12 +75,12 @@ jobs:
7575
CARGO: cargo
7676
VERSION:
7777
SHORT_VERSION:
78+
# вместо matrix.os
7879
strategy:
7980
fail-fast: false
8081
matrix:
8182
include:
8283
- build: linux-x86_64
83-
os: ubuntu-latest
8484
target: x86_64-unknown-linux-gnu
8585
steps:
8686
- uses: actions/checkout@v5
@@ -140,7 +140,7 @@ jobs:
140140
# Create a draft release if a tag
141141
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
142142
needs: [build]
143-
runs-on: ubuntu-latest
143+
runs-on: [self-hosted, k3s]
144144
steps:
145145
- uses: actions/download-artifact@v5
146146
with:

0 commit comments

Comments
 (0)