feat: support linux arm64 public preview (#1144)

This commit is contained in:
Ludovic Fernandez 2025-01-16 21:40:47 +01:00 committed by GitHub
parent a0297a1378
commit ec5d18412c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 3 deletions

View file

@ -47,6 +47,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- windows-latest
version:
@ -75,6 +76,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- windows-latest
version:
@ -104,6 +106,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}