improvement(ci): migrate to blacksmith runners (#1879)

This commit is contained in:
Waleed
2025-11-10 18:53:21 -08:00
committed by GitHub
parent 698717d044
commit 4b37f92f3a
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ jobs:
build-ghcr-arm64:
name: Build ARM64 (GHCR Only)
needs: test-build
runs-on: linux-arm64-8-core
runs-on: blacksmith-8vcpu-ubuntu-2404-arm
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
contents: read

View File

@@ -100,7 +100,7 @@ jobs:
build-ghcr-arm64:
name: Build ARM64 (GHCR Only)
runs-on: linux-arm64-8-core
runs-on: blacksmith-8vcpu-ubuntu-2404-arm
if: github.ref == 'refs/heads/main'
strategy:
fail-fast: false