Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5cf8fa

Browse files
committedJan 18, 2025
Build on linux-arm64 as well
1 parent c018acd commit c5cf8fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019 ]
82+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, windows-2019 ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Set platform
@@ -89,6 +89,7 @@ jobs:
8989
platform=${{ matrix.os }}
9090
platform=${platform/macos-13/macos-latest}
9191
platform=${platform/macos-14/macos-13-arm64}
92+
platform=${platform/%-arm/-arm64}
9293
platform=${platform/windows-*/windows-latest}
9394
echo "platform=$platform" >> $GITHUB_OUTPUT
9495

0 commit comments

Comments
 (0)
Please sign in to comment.