mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2025-03-14 18:29:23 +01:00
chore(action): reformat
thanks @Margen67 for mentioning trailing spaces :) Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
parent
98511809f1
commit
aa192a4e03
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,11 +10,11 @@ on:
|
||||
|
||||
jobs:
|
||||
build-amd64:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: build on amd64
|
||||
- name: Build on amd64
|
||||
run: make modules -j$(nproc)
|
||||
build-aarch64:
|
||||
runs-on: ubuntu-20.04
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: uraimo/run-on-arch-action@v2
|
||||
name: build on aarch64
|
||||
name: Build on aarch64
|
||||
with:
|
||||
arch: aarch64
|
||||
distro: ubuntu20.04
|
||||
|
Loading…
x
Reference in New Issue
Block a user