Skip to content

Commit

Permalink
build: Also pass target arch to setup-env-build
Browse files Browse the repository at this point in the history
We will use this to find out whether or not to install cross-compilation toolchain.
Similar to #261

Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed Feb 13, 2024
1 parent 95bdc48 commit 54df8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Setup build environment
uses: libbpf/ci/setup-build-env@main
with:
arch: ${{ inputs.arch }}
llvm-version: ${{ inputs.llvm-version }}
- name: Build kernel image
uses: libbpf/ci/build-linux@main
Expand Down

0 comments on commit 54df8d7

Please sign in to comment.