From 0f798b95c6cb1efb30ef840949ed2b88912a5f4d Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 1 Jul 2020 04:59:50 -0500 Subject: [PATCH] Update build output paths to ref v0.2.0 changes - Fix path to brick binary generated by Makefile - Add path to es binary - Add path to ezproxy (mock) binary - Tweak notes for path to binaries generated by manual go build invocations refs GH-40 --- docs/build.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/build.md b/docs/build.md index e0aac391..38f971f4 100644 --- a/docs/build.md +++ b/docs/build.md @@ -69,6 +69,8 @@ identified at this time. 1. Build binaries - for the current operating system - `go build -mod=vendor ./cmd/brick/` + - `go build -mod=vendor ./cmd/es/` + - `go build -mod=vendor ./cmd/ezproxy/` - *forces build to use bundled dependencies in top-level `vendor` folder* - for all supported platforms (where `make` is installed) @@ -77,7 +79,11 @@ identified at this time. - `make windows` - for use on Linux - `make linux` -1. Copy the newly compiled binary from the applicable path below and deploy +1. Copy the newly compiled binaries from the applicable paths below and deploy using the instructions provided in our [deployment doc](deploy.md). - - if using `Makefile`: look in `/tmp/release_assets/brick/` - - if using `go build`: look in `/tmp/brick/` + - if using `Makefile`: + - `/tmp/brick/release_assets/brick/` + - `/tmp/brick/release_assets/es/` + - `/tmp/brick/release_assets/ezproxy/` + - if using separate `go build` invocations + - `/tmp/brick/`