Skip to content

Commit

Permalink
ci: ensure aarch64 build runs on aarch64 host
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Lopez <slp@redhat.com>
  • Loading branch information
slp committed Sep 25, 2024
1 parent d06c1cb commit 198e0e6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ jobs:
build:
if: github.event_name == 'pull_request'
name: Build aarch64 kernel
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust:
- stable
target:
- aarch64-unknown-linux-gnu
include:
- os: ubuntu-latest
arch: arm64
steps:
- name: Code checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 198e0e6

Please sign in to comment.