1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

chore: passing down --debug to fpm

This shall helps in the cases fpm is failing for an unknown reason.

refs #333
This commit is contained in:
Carlos Alexandro Becker 2017-10-19 10:54:58 -02:00 committed by Carlos Alexandro Becker
parent 87ec4781ee
commit 7506f0ff37

View File

@ -107,6 +107,7 @@ func basicOptions(ctx *context.Context, format, arch, file string) []string {
"--architecture", arch,
"--package", file,
"--force",
"--debug",
}
if ctx.Config.FPM.Vendor != "" {