Documentation
¶
Index ¶
- func AssertDockerInstalled()
- func AssertPackagingFormatInitialized(packagingFormat string)
- func BuildDarwinBundle()
- func BuildDarwinDmg()
- func BuildDarwinPkg()
- func BuildLinuxAppImage()
- func BuildLinuxDeb()
- func BuildLinuxRpm()
- func BuildLinuxSnap()
- func BuildWindowsMsi()
- func InitDarwinBundle()
- func InitDarwinDmg()
- func InitDarwinPkg()
- func InitLinuxAppImage()
- func InitLinuxDeb()
- func InitLinuxRpm()
- func InitLinuxSnap()
- func InitWindowsMsi()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertDockerInstalled ¶
func AssertDockerInstalled()
AssertDockerInstalled check if docker is installed on the host os, otherwise exits with an error.
func AssertPackagingFormatInitialized ¶
func AssertPackagingFormatInitialized(packagingFormat string)
AssertPackagingFormatInitialized exits hover if the requested packagingFormat isn't initialized.
func BuildDarwinBundle ¶
func BuildDarwinBundle()
func BuildDarwinDmg ¶ added in v0.35.0
func BuildDarwinDmg()
func BuildDarwinPkg ¶
func BuildDarwinPkg()
func BuildLinuxAppImage ¶
func BuildLinuxAppImage()
func BuildLinuxDeb ¶
func BuildLinuxDeb()
BuildLinuxDeb uses the InitLinuxDeb template to create a deb package.
func BuildLinuxRpm ¶ added in v0.37.0
func BuildLinuxRpm()
BuildLinuxRpm uses the InitLinuxRpm template to create a rpm package.
func BuildLinuxSnap ¶
func BuildLinuxSnap()
BuildLinuxSnap uses the InitLinuxSnap template to create a snap package.
func BuildWindowsMsi ¶
func BuildWindowsMsi()
func InitDarwinBundle ¶
func InitDarwinBundle()
func InitDarwinDmg ¶ added in v0.35.0
func InitDarwinDmg()
func InitDarwinPkg ¶
func InitDarwinPkg()
func InitLinuxAppImage ¶
func InitLinuxAppImage()
func InitLinuxRpm ¶ added in v0.37.0
func InitLinuxRpm()
InitLinuxRpm initialize the a linux rpm packaging format.
func InitWindowsMsi ¶
func InitWindowsMsi()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.