Skip to content

Commit

Permalink
Adjust release according #386
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed May 9, 2024
1 parent 41250d7 commit 1631b8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
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}-rhf.tar.xz" ./
# tar -C "packages/netdata-kernel-collector-${libc}-${RELEASE_TAG}" --exlude='*rhf.*' -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

0 comments on commit 1631b8a

Please sign in to comment.