izumin5210/go-crossbuild
Build Go applications for multiplatform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| name | An application name | — | "" |
| arch | Space or comma separated list of GOARCH | — | amd64 |
| dest | Path to destination directory of built binaries | — | ./dist |
| ldflags | `-ldflags` to pass to go build | — | "" |
| tags | `-tags` to pass to go build | — | "" |
| os | Space or comma separated list of GOOS | — | darwin,linux,windows |
| package | Build target package | — | . |
| goxz-version | Version of github.com/Songmu/goxz | — | v0.4.1 |
Outputs
no outputs