ci: Pass arch parameter to setup-build-env

Since 1bc40aecb3
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:35:29 -08:00
committed by Andrii Nakryiko
parent 820bca2cb6
commit 445486dcbf

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