diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml index d9feb665..734340b6 100644 --- a/.github/workflows/publish-docker.yaml +++ b/.github/workflows/publish-docker.yaml @@ -45,4 +45,4 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push docker images - run: make docker docker.push \ No newline at end of file + run: make docker.push \ No newline at end of file diff --git a/scripts/build/bash/btfgen.sh b/scripts/build/bash/btfgen.sh index 89f6da01..80ecd68a 100644 --- a/scripts/build/bash/btfgen.sh +++ b/scripts/build/bash/btfgen.sh @@ -47,4 +47,7 @@ each_all_bpf_so_file() { ${TMPDIR}/btfhub/tools/btfgen.sh -a ${ARCH} $(each_all_bpf_so_file $FROM) mkdir -p ${OUTPUT} -cp -r ${TMPDIR}/btfhub/custom-archive/* ${OUTPUT} \ No newline at end of file +cp -r ${TMPDIR}/btfhub/custom-archive/* ${OUTPUT} + +# remove the btfhub for save the space +rm -rf $TMPDIR/btfhub \ No newline at end of file