ci: Pass arch parameter to setup-build-env

Since https://github.com/libbpf/ci/commit/1bc40aecb32f1e0f0dc2fff87e7c91b4d5fe03c5
arch parameter needs to be passed to `setup-build-env`

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
Manu Bretelle
2024-02-15 10:44:45 -08:00
committed by Andrii Nakryiko
parent 820bca2cb6
commit 445486dcbf
+1
View File
@@ -37,6 +37,7 @@ runs:
uses: libbpf/ci/setup-build-env@main
with:
pahole: ${{ inputs.pahole }}
arch: ${{ inputs.arch }}
# 1. download CHECKPOINT kernel source
- name: Get checkpoint commit
shell: bash