From a7adb9b2d37339e33ea19a72783ef7053d975d64 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 14 Jun 2015 16:08:26 +0200 Subject: [PATCH] Added nofuse tag for windows builds This configuration is supported since GoBuilder 1.16.0 so now we should be able to build windows binaries in GoBuilder License: MIT Signed-off-by: Knut Ahlers --- cmd/ipfs/.gobuilder.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/ipfs/.gobuilder.yml b/cmd/ipfs/.gobuilder.yml index 38932a784d3..1dca379e695 100644 --- a/cmd/ipfs/.gobuilder.yml +++ b/cmd/ipfs/.gobuilder.yml @@ -1,4 +1,9 @@ --- +build_matrix: + all: + windows: + build_tags: + - nofuse artifacts: - dist/README.md - dist/LICENSE