From 199cfb2eba6258cbf7480bc65c050e13bf66c4b4 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 21 Apr 2017 13:11:01 -0300 Subject: [PATCH] added invalid goos/goarch info to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 754469995..b083e9eaa 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ build: - amd64 ``` +PS: Invalid GOOS/GOARCH combinations will automatically be skipped. + This configuration specifies the build operating systems to Windows, Linux and MacOS using 64bit architecture, the name of the binaries is `drum-roll`. GoReleaser will then archive the result binaries of each Os/Arch into a separate file. The default format is `{{.Binary}}_{{.Os}}_{{.Arch}}`.