mapped/Go Builder
Builds golang projects with lots of options
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path to build | no | ./... |
| version | Version number | no | 0.0.0 |
| location | Version variable location path | no | "" |
| date | Date created | no | "" |
| ld-library-path | shared library search path | no | "" |
| cgo-ldflags | Additional LDFLAGS passed to the C/C++ compiler by cgo | no | "" |
| cgo-cppflags | Additional CPPFLAGS passed to the C++ compiler by cgo | no | "" |
| extldflags | Parameter passed to the -extldflags options of ldflags | no | -static |
| cross-os | GOOS env variable for cross compilation - see `go tool dist list` | no | "" |
| cross-arch | GOARCH env variable for cross compilation - see `go tool dist list` | no | "" |
| cgoenabled | Enable cgo (true or false) | no | true |
| tags | Build tags to pass to the go build command (space-separated) | no | "" |
Outputs
no outputs