Add apk packages

This commit is contained in:
kolaente 2020-10-18 12:32:01 +02:00
parent 0508d9880b
commit f16b4a1f5f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -696,6 +696,7 @@ func (Release) Packages() error {
runAndStreamOutput("nfpm", "pkg", "--packager", "deb", "--target", releasePath)
runAndStreamOutput("nfpm", "pkg", "--packager", "rpm", "--target", releasePath)
runAndStreamOutput("nfpm", "pkg", "--packager", "apk", "--target", releasePath)
return ioutil.WriteFile(nfpmConfigPath, nfpmconfig, 0)
}