Skip to content

Commit 5fa8e33

Browse files
committed
build: Also pass target arch to setup-env-build
We will use this to find out whether or not to install cross-compilation toolchain. Similar to #261 Signed-off-by: Manu Bretelle <chantr4@gmail.com>
1 parent 95bdc48 commit 5fa8e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: Setup build environment
9292
uses: libbpf/ci/setup-build-env@main
9393
with:
94+
arch: ${{ inputs.arch }}
9495
llvm-version: ${{ inputs.llvm-version }}
9596
- name: Build kernel image
9697
uses: libbpf/ci/build-linux@main

0 commit comments

Comments
 (0)