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:
parent
87ec4781ee
commit
7506f0ff37
@ -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 != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user