Skip to content

Commit

Permalink
fix selftest image target
Browse files Browse the repository at this point in the history
We're currently using the wrong target when building selftest images
due to a copy pasta error.

Signed-off-by: Lorenz Bauer <[email protected]>
  • Loading branch information
lmb committed Dec 13, 2023
1 parent 1c52ac5 commit eb5c7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
if: matrix.kernel_version == env.latest_stable
uses: docker/build-push-action@v5
with:
target: vmlinux
target: selftests-bpf
platforms: |
linux/amd64
build-args: |
Expand Down

0 comments on commit eb5c7d8

Please sign in to comment.