Skip to content

Commit 10b99b2

Browse files
authored
build(ci): use native arm64 runner for desktop linux arm64 builds (anomalyco#27250)
1 parent 90c13d9 commit 10b99b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ jobs:
244244
- host: "blacksmith-4vcpu-ubuntu-2404"
245245
target: x86_64-unknown-linux-gnu
246246
platform_flag: --linux
247-
- host: "blacksmith-4vcpu-ubuntu-2404"
247+
- host: "blacksmith-4vcpu-ubuntu-2404-arm"
248248
target: aarch64-unknown-linux-gnu
249-
platform_flag: --linux
249+
platform_flag: --linux --arm64
250250
runs-on: ${{ matrix.settings.host }}
251251
steps:
252252
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)