mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2025-03-14 18:29:23 +01:00
chore(action): also run build on aarch64
This commit is contained in:
parent
4605062500
commit
98511809f1
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -9,11 +9,22 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-amd64:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: build on amd64
|
||||
run: make modules -j$(nproc)
|
||||
build-aarch64:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build
|
||||
run: make modules -j$(nproc)
|
||||
- uses: uraimo/run-on-arch-action@v2
|
||||
name: build on aarch64
|
||||
with:
|
||||
arch: aarch64
|
||||
distro: ubuntu20.04
|
||||
githubToken: ${{ github.token }}
|
||||
run: make modules -j$(nproc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user