ci: Run the build CI check on Linux/OSX ARM64

For Linux ARM64 it will use `openeuler-6cpu-14gb` (VMs provided by CNCF
Infra team)
For OSX ARM64 use the Github hosted `macos-14` runners

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
pull/13393/head
Martin Tzvetanov Grigorov 12 months ago
parent d7c7d15a2d
commit 6fc4d4a092
No known key found for this signature in database
GPG Key ID: 3194FD8C1AE300EF

@ -13,7 +13,10 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-14, openeuler-6cpu-14gb]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1

Loading…
Cancel
Save