mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-01 22:29:06 +08:00
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:
committed by
Andrii Nakryiko
parent
820bca2cb6
commit
445486dcbf
1
.github/actions/vmtest/action.yml
vendored
1
.github/actions/vmtest/action.yml
vendored
@@ -37,6 +37,7 @@ runs:
|
|||||||
uses: libbpf/ci/setup-build-env@main
|
uses: libbpf/ci/setup-build-env@main
|
||||||
with:
|
with:
|
||||||
pahole: ${{ inputs.pahole }}
|
pahole: ${{ inputs.pahole }}
|
||||||
|
arch: ${{ inputs.arch }}
|
||||||
# 1. download CHECKPOINT kernel source
|
# 1. download CHECKPOINT kernel source
|
||||||
- name: Get checkpoint commit
|
- name: Get checkpoint commit
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user