summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-02-02 09:44:19 -0500
committerDax Raad <[email protected]>2026-02-02 09:44:19 -0500
commit423778c93a9a976f3755c31a0398766b2d0c1e3f (patch)
tree312916c56cea6c620e9bd95123831dc789e2c38d /.github/workflows
parent8de9e47a5b50f3f1c7d51d3ce17da7bd7c72a500 (diff)
downloadopencode-423778c93a9a976f3755c31a0398766b2d0c1e3f.tar.gz
opencode-423778c93a9a976f3755c31a0398766b2d0c1e3f.zip
ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index d7cb86cdf..c610e3957 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -103,7 +103,7 @@ jobs:
target: x86_64-pc-windows-msvc
- host: blacksmith-4vcpu-ubuntu-2404
target: x86_64-unknown-linux-gnu
- - host: blacksmith-8vcpu-ubuntu-2404-arm
+ - host: blacksmith-4vcpu-ubuntu-2404
target: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.settings.host }}
steps: