A Pipeline component for building software artefacts
.github/workflows | ||
Dockerfile | ||
main.go | ||
README.md |
Pipeline Component - Build
This component is responsible for building software artifacts.
Inputs
Name | Description | Default | Required |
---|---|---|---|
source | The source directory to build | ./ |
false |
target | The target directory to store the build artifacts | ./dist |
false |
Usage