Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 19, 2019
1 parent 008ae31 commit 0bdd805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Following inputs can be used as `step.with` keys
| Name | Type | Default | Description |
|-----------------|---------|----------------------|----------------------------------------------------------------------------------------------------------------------------------|
| `go_version` | String | `latest` | Go release to use for cross compilation from those [docker tags](https://hub.docker.com/r/crazymax/xgo/tags/). Example: `1.12.x` |
| `dest` | String | `build` | Destination folder to put binaries in. |
| `dest` | String | `build` | Destination folder to put binaries in |
| `prefix` | String | | Prefix to use for output naming. Default to package name |
| `targets` | String | `*/*` | Comma separated targets to build for. Example: `windows/amd64,linux/386` |
| `v` | Bool | `false` | Prints the names of packages as they are compiled |
Expand Down

0 comments on commit 0bdd805

Please sign in to comment.