Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Fix docs on how to build OS/arch-specific binaries
Browse files Browse the repository at this point in the history
PR #766 changed env vars to GOOS and GOARCH but forgot to update docs

Signed-off-by: Stev Witzel <[email protected]>
  • Loading branch information
st3v committed Nov 8, 2019
1 parent c364840 commit 9aa7548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ make build-all-bins
To build for one specific OS / architecture:

```console
$ OS=<desired OS> ARCH=<desired architecture> make build-bin
$ GOOS=<desired OS> GOARCH=<desired architecture> make build-bin
```

For convenience, you can build for the OS of your choice with amd64 architecture
Expand Down

0 comments on commit 9aa7548

Please sign in to comment.