thetillhoff/Golang build
Build a Golang executable for multiple operating systems and architectures and upload them as artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| APP_NAME | Name of the app | no | ${{ github.event.repository.name }} |
| OS | OS to build for (linux, windows, darwin) | yes | — |
| ARCH | Architecture to build for (amd64,...) | yes | ${{ github.event.repository.name }} |
| BUILDARGS | Additional args to add to the build command (for example `-ldflags='-X github.com/<owner>/<repo>/cmd.version=v1.0.0'`) | no | "" |
| RELATIVE_PACKAGE_PATH | Relative path to the package to build (for example `./cmd/myapp/`). Defaults to `.` (repo root). | no | . |
Outputs
no outputs