We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60ae87 commit 3309d68Copy full SHA for 3309d68
.github/workflows/kernel-build.yml
@@ -98,6 +98,16 @@ jobs:
98
llvm-version: ${{ inputs.llvm-version }}
99
pahole: master
100
101
+ # We have to setup qemu+binfmt in order to enable cross-compation of selftests.
102
+ # During selftests build, freshly built bpftool is executed.
103
+ # On bare-metal and s390x hosts binfmt is pre-configured.
104
+ - name: Set up Docker
105
+ uses: docker/setup-docker-action@v4
106
+ - name: Setup binfmt and qemu
107
+ uses: docker/setup-qemu-action@v3
108
+ with:
109
+ image: tonistiigi/binfmt:qemu-v9.2.0
110
+
111
- name: Build kernel image
112
uses: libbpf/ci/build-linux@v3
113
with:
0 commit comments