summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorNN708 <[email protected]>2025-12-22 17:45:30 +0800
committerGitHub <[email protected]>2025-12-22 03:45:30 -0600
commit6339f3987136b0be0c3708dff78ae74863158dea (patch)
tree6529073148fa7eb32f964df59c9cee4d0de4b3be /.github/workflows
parent68b09b30a1839df4772a140da843e19dc7f30db4 (diff)
downloadopencode-6339f3987136b0be0c3708dff78ae74863158dea.tar.gz
opencode-6339f3987136b0be0c3708dff78ae74863158dea.zip
feat(desktop): arm64 build for linux (#5935)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6e2885ca4..72e17da04 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -105,6 +105,8 @@ jobs:
target: x86_64-pc-windows-msvc
- host: blacksmith-4vcpu-ubuntu-2404
target: x86_64-unknown-linux-gnu
+ - host: blacksmith-4vcpu-ubuntu-2404-arm
+ target: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v3