mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
Add release documentation
This commit is contained in:
parent
a8d1d0e42d
commit
6579b68bdb
1 changed files with 6 additions and 0 deletions
6
BUILD.md
6
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.
|
||||
|
|
Loading…
Reference in a new issue