chore(action): add self-host runner support. (#3155)

This commit is contained in:
majinghe
2026-06-01 15:11:50 +08:00
committed by GitHub
parent 97dd825468
commit 4d2f13af6f
8 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -73,7 +73,7 @@ jobs:
# Check if we should build Docker images
build-check:
name: Docker Build Check
runs-on: ubicloud-standard-2
runs-on: rustfs
outputs:
should_build: ${{ steps.check.outputs.should_build }}
should_push: ${{ steps.check.outputs.should_push }}
@@ -263,7 +263,7 @@ jobs:
name: Build Docker Images
needs: build-check
if: needs.build-check.outputs.should_build == 'true'
runs-on: ubicloud-standard-2
runs-on: rustfs
timeout-minutes: 60
strategy:
fail-fast: false
@@ -421,7 +421,7 @@ jobs:
name: Docker Build Summary
needs: [ build-check, build-docker ]
if: always() && needs.build-check.outputs.should_build == 'true'
runs-on: ubicloud-standard-2
runs-on: rustfs
steps:
- name: Docker build completion summary
run: |