mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +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:
parent
87ec4781ee
commit
7506f0ff37
@ -107,6 +107,7 @@ func basicOptions(ctx *context.Context, format, arch, file string) []string {
|
|||||||
"--architecture", arch,
|
"--architecture", arch,
|
||||||
"--package", file,
|
"--package", file,
|
||||||
"--force",
|
"--force",
|
||||||
|
"--debug",
|
||||||
}
|
}
|
||||||
|
|
||||||
if ctx.Config.FPM.Vendor != "" {
|
if ctx.Config.FPM.Vendor != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user