From 6579b68bdb4770bb936ae43831c53594382716eb Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 21 Dec 2014 07:57:22 +0000 Subject: [PATCH] Add release documentation --- BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.md b/BUILD.md index bdedcaa..d562a18 100644 --- a/BUILD.md +++ b/BUILD.md @@ -21,3 +21,9 @@ The build should be updated to use `go generate` (added in Go 1.4) to preprocess static assets into go source files. However, this will break backwards compatibility with Go 1.2/1.3. + +### Building a release + +Releases are built using [gox](https://github.com/mitchellh/gox). + +Run `make release` to cross-compile for all available platforms.