Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit f4a110f

Browse files
committed
fix: build tc-redirect-tap as static binary
Still fixing Go build changes. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 0840abb commit f4a110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc-redirect-tap/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
- |
1717
export PATH=${PATH}:${TOOLCHAIN}/go/bin
1818
19-
make
19+
CGO_ENABLED=0 GOFLAGS="-ldflags=-s" make
2020
install:
2121
- |
2222
make install CNI_BIN_ROOT=/rootfs/opt/cni/bin

0 commit comments

Comments
 (0)