Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goreleaser format changes have caused broken build #251

Closed
hyperbolic2346 opened this issue Aug 12, 2019 · 0 comments · Fixed by #252
Closed

goreleaser format changes have caused broken build #251

hyperbolic2346 opened this issue Aug 12, 2019 · 0 comments · Fixed by #252

Comments

@hyperbolic2346
Copy link
Contributor

Gorelease has changed the .goreleaser.yaml format for docker as described in this blog post

$ make
/snap/bin/goreleaser --skip-publish --rm-dist --snapshot

   • releasing using goreleaser 0.114.1...
   • loading config file       file=.goreleaser.yaml
   ⨯ release failed after 0.00s error=yaml: unmarshal errors:
  line 19: field binary not found in type config.Docker
  line 24: field binary not found in type config.Docker
  line 28: field binary not found in type config.Docker
  line 33: field binary not found in type config.Docker
  line 37: field binary not found in type config.Docker
Makefile:12: recipe for target 'build' failed
make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant