ci: add self host runner on k8s (#4181)

This commit is contained in:
majinghe
2026-07-02 15:55:36 +08:00
committed by GitHub
parent 1a9952c3fe
commit 3533080d4a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ jobs:
name: Build RustFS
needs: [ build-check, prepare-platform-matrix ]
if: needs.build-check.outputs.should_build == 'true' && needs.prepare-platform-matrix.result == 'success'
runs-on: ${{ matrix.platform == 'linux' && fromJSON('["self-hosted","linux","compile"]') || matrix.os }}
runs-on: ${{ matrix.platform == 'linux' && fromJSON('["self-hosted","linux","sm-standard-2"]') || matrix.os }}
timeout-minutes: 90
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"