A Pipeline component for building software artefacts
Find a file
Kai Reichart 8ce2c6eb24
Some checks failed
/ test_build_docker (push) Failing after 5s
/ test_build_go (push) Successful in 9s
use debug images
2024-11-27 14:29:08 +01:00
.github/workflows use debug images 2024-11-27 14:29:08 +01:00
Dockerfile git checkout 2024-11-27 13:48:00 +01:00
main.go added components 2024-11-27 13:05:39 +01:00
README.md added components 2024-11-27 13:05:39 +01:00

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