Skip to content

Commit

Permalink
fix: build tc-redirect-tap as static binary
Browse files Browse the repository at this point in the history
Still fixing Go build changes.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 22, 2025
1 parent 0840abb commit f4a110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc-redirect-tap/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- |
export PATH=${PATH}:${TOOLCHAIN}/go/bin
make
CGO_ENABLED=0 GOFLAGS="-ldflags=-s" make
install:
- |
make install CNI_BIN_ROOT=/rootfs/opt/cni/bin
Expand Down

0 comments on commit f4a110f

Please sign in to comment.