Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update build output paths to ref v0.2.0 changes
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
atc0005 committed Jul 1, 2020
1 parent 3ddd3c0 commit 0f798b9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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/`

0 comments on commit 0f798b9

Please sign in to comment.