Skip to content

Commit

Permalink
Update libbpf (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed May 13, 2024
1 parent bb6d634 commit 1433188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
mkdir -p "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}"
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" -xvf "${pkg}"
done
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" -Jcvf "final-artifacts/netdata-kernel-collector-${libc}-${RELEASE_TAG}-all.tar.xz" ./
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" --exlude="*.*[0-9].*[0-9].o" -Jcvf "final-artifacts/netdata-kernel-collector-${libc}-${RELEASE_TAG}-rh.tar.xz" ./
tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" -Jcvf "final-artifacts/netdata-kernel-collector-${libc}-${RELEASE_TAG}.tar.xz" ./
done
cd final-artifacts && sha256sum ./*.tar.xz > sha256sums.txt
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion libbpf

0 comments on commit 1433188

Please sign in to comment.