Skip to content

v0.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 23:19
Adds Run

Run takes a DetectFunc and a BuildFunc as arguments. Then when compiled
into executables called "detect" or "build", it uses the name of the
executable to determine which phase to run. This helps simplify
buildpacks wishing to combine their detect and build executables into a
single executable with symlinking.