We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c771569 commit 4a5e3d0Copy full SHA for 4a5e3d0
kafka-clients/confluent-kafka-go-static-build/Makefile
@@ -0,0 +1,6 @@
1
+all:
2
+
3
+buildstatic:
4
+ go build -o producer-static -ldflags '-linkmode "external" -extldflags "-static"'
5
+build:
6
+ go build
0 commit comments