Skip to content

Commit 853f7c4

Browse files
committed
WiP: Disable CGO
1 parent 20f0274 commit 853f7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ pkg/assets/zz_generated_offsets_linux.go pkg/assets/zz_generated_offsets_windows
207207
endif
208208

209209
k0s: TARGET_OS = linux
210-
k0s: BUILD_GO_CGO_ENABLED = 1
210+
k0s: BUILD_GO_CGO_ENABLED = 0
211211

212212
k0s.exe: TARGET_OS = windows
213213
k0s.exe: BUILD_GO_CGO_ENABLED = 0

0 commit comments

Comments
 (0)