mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 15:53:28 +00:00
build(ci): use native arm64 runner for desktop linux arm64 builds (#27250)
This commit is contained in:
parent
90c13d93f3
commit
10b99b2f5a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -244,9 +244,9 @@ jobs:
|
|||
- host: "blacksmith-4vcpu-ubuntu-2404"
|
||||
target: x86_64-unknown-linux-gnu
|
||||
platform_flag: --linux
|
||||
- host: "blacksmith-4vcpu-ubuntu-2404"
|
||||
- host: "blacksmith-4vcpu-ubuntu-2404-arm"
|
||||
target: aarch64-unknown-linux-gnu
|
||||
platform_flag: --linux
|
||||
platform_flag: --linux --arm64
|
||||
runs-on: ${{ matrix.settings.host }}
|
||||
steps:
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue