From 54df8d786ba353458d0fa3466ab905312ae22862 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Tue, 13 Feb 2024 10:12:15 -0800 Subject: [PATCH] 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 --- .github/workflows/kernel-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml index 34b439ca..641a1317 100644 --- a/.github/workflows/kernel-build.yml +++ b/.github/workflows/kernel-build.yml @@ -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