Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssembleAPK ¶
AssembleAPK writes an APK file to outPath by packing the directory dataDir. Metadata comes from the spec; built files under dataDir are packed as the data tgz, then .PKGINFO and control tgz are built, and control + data are concatenated into the APK. No signing (signature tgz is omitted).
Types ¶
type ResolvedStep ¶
type ResolvedStep struct {
Name string
Script string
SSH bool
Secrets []config.PipelineSecret
Network string
}
ResolvedStep is a single resolved pipeline step ready to be emitted as an LLB exec op.
func ResolvePipelineSteps ¶
func ResolvePipelineSteps(s *config.BuildSpec) ([]ResolvedStep, error)
ResolvePipelineSteps turns spec.Pipeline into a slice of ResolvedStep structures.
Click to show internal directories.
Click to hide internal directories.