1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-30 13:51:17 +02:00

feat: allow cli to create apks

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-08-17 17:54:03 -03:00
parent 6aa03b0237
commit 46bd304182

@ -34,7 +34,7 @@ var (
String()
packager = pkgCmd.Flag("packager", "which packager implementation to use").
Short('p').
Enum("deb", "rpm")
Enum("deb", "rpm", "apk")
initCmd = app.Command("init", "create an empty config file")
)