chore: remove printk in releases

This commit is contained in:
mzz2017
2023-03-21 12:23:17 +08:00
parent eed2fa4f8f
commit 3554a519c2

View File

@ -100,6 +100,7 @@ jobs:
mkdir -p ./build/
export CGO_ENABLED=0
export GOFLAGS="-trimpath -modcacherw"
export CFLAGS="-D__REMOVE_BPF_PRINTK"
export OUTPUT=build/dae-$ASSET_NAME
export VERSION=${{ steps.get_version.outputs.VERSION }}
make