From fdcaa9decc2a9a42d16bfaaf3b4e5bdc473cca85 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Tue, 24 Feb 2026 14:32:48 +0800 Subject: [PATCH] windows and linux --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d398e8bffa..35754c2e78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -253,13 +253,13 @@ jobs: - host: macos-latest target: aarch64-apple-darwin platform_flag: --mac --arm64 - - host: blacksmith-4vcpu-windows-2025 + - host: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-windows-2025') || 'windows-latest' }} target: x86_64-pc-windows-msvc platform_flag: --win - - host: blacksmith-4vcpu-ubuntu-2404 + - host: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-24.04' }} target: x86_64-unknown-linux-gnu platform_flag: --linux - - host: blacksmith-8vcpu-ubuntu-2404-arm + - host: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-24.04-arm' }} target: aarch64-unknown-linux-gnu platform_flag: --linux runs-on: ${{ matrix.settings.host }}