thatisuday/go-cross-build
Generates cross-platform executable files from a Go module.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platforms | Comma-separated list of "<kernel>/<arch>" combinations. | no | linux/386,linux/amd64 |
| package | Package (directory) in the module to build. By default, builds the module directory. | no | "" |
| compress | Compress each build file inside a ".tar.gz" archive. | no | false |
| name | Binary executable filename and filenames prefix for the build files. | no | program |
| dest | Destination directory inside workspace to output build-artifacts. | no | build |
| ldflags | Flags to pass to the Go linker. | no | "" |
Outputs
no outputs