Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pkg/assets/zz_generated_offsets_linux.go pkg/assets/zz_generated_offsets_windows
endif

k0s: TARGET_OS = linux
k0s: BUILD_GO_CGO_ENABLED = 1
k0s: BUILD_GO_CGO_ENABLED = 0

k0s.exe: TARGET_OS = windows
k0s.exe: BUILD_GO_CGO_ENABLED = 0
Expand Down
2 changes: 1 addition & 1 deletion inttest/backup/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (s *BackupSuite) TestK0sGetsUp() {
for i := range s.ControllerCount - 1 {
i := i + 1
s.PutFile(s.ControllerNode(i), "/etc/k0s/k0s.yaml", config)
s.Require().NoError(s.InitController(i, "--enable-worker", token))
s.Require().NoError(s.InitController(i, token))
}
}

Expand Down
Loading