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

Commit

Permalink
Merge pull request #74 from atc0005/i40-update-build-output-paths
Browse files Browse the repository at this point in the history
Update build output paths to ref v0.2.0 changes
  • Loading branch information
atc0005 authored Jul 1, 2020
2 parents 3ddd3c0 + 0f798b9 commit 2c0efe1
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 2c0efe1

Please sign in to comment.