thetillhoff/Golang build

Build a Golang executable for multiple operating systems and architectures and upload them as artifacts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
APP_NAMEName of the appno${{ github.event.repository.name }}
OSOS to build for (linux, windows, darwin)yes
ARCHArchitecture to build for (amd64,...)yes${{ github.event.repository.name }}
BUILDARGSAdditional args to add to the build command (for example `-ldflags='-X github.com/<owner>/<repo>/cmd.version=v1.0.0'`)no""
RELATIVE_PACKAGE_PATHRelative path to the package to build (for example `./cmd/myapp/`). Defaults to `.` (repo root).no.

no outputs