mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
ci: add self host runner support for build workflow (#4143)
This commit is contained in:
@@ -201,7 +201,7 @@ jobs:
|
|||||||
name: Build RustFS
|
name: Build RustFS
|
||||||
needs: [ build-check, prepare-platform-matrix ]
|
needs: [ build-check, prepare-platform-matrix ]
|
||||||
if: needs.build-check.outputs.should_build == 'true' && needs.prepare-platform-matrix.result == 'success'
|
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
|
timeout-minutes: 90
|
||||||
env:
|
env:
|
||||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user