Documentation ¶
Index ¶
Constants ¶
View Source
const (
Image = "ghcr.io/pojntfx/hydrapp-build-rpm"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder( ctx context.Context, cli *client.Client, image string, pull bool, src, dst string, onID func(id string), onOutput func(shortID string, color string, timestamp int64, message string), appID string, pgpKeyContent []byte, pgpKeyPassword, pgpKeyID, baseURL, distro, architecture, packageSuffix, appName, appDescription, appSummary, appURL, appSPDX string, releases []renderers.Release, extraPackages []rpm.Package, overwrite bool, branchID, branchName, goMain, goFlags, goGenerate string, ) *Builder
Click to show internal directories.
Click to hide internal directories.