go-cross/Docker CGO Actions
Build golang program with CGO_ENABLED=1 for docker Image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platforms | The platforms to build for | no | linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x |
| dir | The directory to work | no | . |
| packages | The packages to build | no | . |
| flags | The flags to pass to the go build command | no | -ldflags=-w -s |
| output | The output binary name | no | $repo |
| x-flags | Extra X ldflags to pass to the go build command | no | "" |
Outputs
| name | description |
|---|---|
| platforms | The platforms built for |