ci: add self host runner support for build workflow (#4143)

This commit is contained in:
majinghe
2026-07-01 22:17:14 +08:00
committed by GitHub
parent a2ec13ab04
commit d79f6872d7
+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.os }}
runs-on: ${{ matrix.platform == 'linux' && fromJSON('["self-hosted","linux","compile"]') || matrix.os }}
timeout-minutes: 90
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"