mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-04 15:27:55 +07:00
chore: remove printk in releases
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user