Skip to content

Commit 46a2159

Browse files
committed
fix(deisctl): prevent build on windows
On windows the deisctl client will build, but it runs into a lot of problems at runtime due to limitations in fleetctl. It depends on the ssh-agent domain socket which cannot exist in windows as windows does not support the idea of domain sockets. This will prevent issues at runtime at the expense of being able to build and run deisctl in windows.
1 parent 9653bfe commit 46a2159

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deisctl/deisctl.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows
2+
13
package main
24

35
import (

0 commit comments

Comments
 (0)