Skip to content

Commit

Permalink
ship compiled syscheck binary in systemd release
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon1024 authored Oct 12, 2022
1 parent 742834c commit eb61826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-systemd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:

- name: Compile libbpf
run: ./.github/workflows/install-libbpf.sh

- name: Compile syscheck Binary
run: make syscheck
working-directory: KubeArmor/BPF/tests

- name: Install karmor
run: curl -sfL https://raw.githubusercontent.com/kubearmor/kubearmor-client/main/install.sh | sudo sh -s -- -b .
Expand Down

0 comments on commit eb61826

Please sign in to comment.