Skip to content

Commit 58ba44f

Browse files
committed
ci: use native arm runner for aarch64 build
Signed-off-by: Sergio Lopez <slp@redhat.com>
1 parent acd4084 commit 58ba44f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: Cross-build aarch64 kernel
1+
name: Build aarch64 kernel
22
on: [pull_request, create]
33

44
jobs:
55
build:
66
if: github.event_name == 'pull_request'
7-
name: Cross-build aarch64 kernel
8-
runs-on: ubuntu-latest
7+
name: Build aarch64 kernel
8+
runs-on: ubuntu-24.04-arm
99
steps:
1010
- name: Code checkout
1111
uses: actions/checkout@v2
1212

1313
- name: Install dependencies
14-
run: sudo apt-get update && sudo apt-get install -y make gcc bc bison flex elfutils python3-pyelftools curl patch libelf-dev gcc-aarch64-linux-gnu
14+
run: sudo apt-get update && sudo apt-get install -y make gcc bc bison flex elfutils python3-pyelftools curl patch libelf-dev
1515

1616
- name: Build aarch64 kernel
17-
run: make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
17+
run: make

0 commit comments

Comments
 (0)