Skip to content

Commit 0071d4f

Browse files
committed
Remove Windows build
It's occurred to me that this server can only listen on UNIX domain sockets, which I'm fairly certain won't work on Windows in any useful fashion. If the emerging linux-on-windows emulation provides a compatible interface, I believe the linux binary should actually run therein.
1 parent bae5f77 commit 0071d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thorfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ end
5050
## gox Helpers
5151
module Gox
5252
GOARCH = %w(amd64 386 arm).freeze
53-
GOOS = %w(darwin linux windows).freeze
53+
GOOS = %w(darwin linux).freeze
5454

5555
class << self
5656
def output(dir)

0 commit comments

Comments
 (0)