Skip to content

Commit

Permalink
gh actions: add cpusetinfo
Browse files Browse the repository at this point in the history
we need to also build and release cpusetinfo

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Oct 5, 2021
1 parent ba9b190 commit 76b52da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: fix build artifacts
run: |
for tool in irqcheck lsnt numalign pagrep splitcpulist sriovctl sriovscan; do
for tool in cpusetinfo irqcheck lsnt numalign pagrep splitcpulist sriovctl sriovscan; do
mv _output/$tool $tool-${{ env.RELEASE_VERSION }}-linux-amd64
done
make clean outdir
for tool in irqcheck lsnt numalign pagrep splitcpulist sriovctl sriovscan; do
for tool in cpusetinfo irqcheck lsnt numalign pagrep splitcpulist sriovctl sriovscan; do
mv $tool-${{ env.RELEASE_VERSION}}-linux-amd64 _output/
done
Expand Down

0 comments on commit 76b52da

Please sign in to comment.