kernel-patches / vmtest

3 stars 32 forks source link

build: Always pass architecture to actions #261

Closed chantra closed 9 months ago

chantra commented 9 months ago

In preparation of cross-compiling, ensure that we always pass arch parameter to the action. At a later stage, this parameter will be made required on libbpf-ci.

chantra commented 9 months ago

https://github.com/kernel-patches/vmtest/actions/runs/7879475334/job/21499804418?pr=261#step:11:4

shows that we get a warning for the new parameter, but other than that, libbpf/ci happily ignore the parameter.