mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
65544aeec0
<!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> `docker` packaging does not honor the path structure defined in builds/binary it copies all binaries to temp docker build folder this PR fixes the behavior and make it same as `archive` for example ``` builds: - id: xxx binary: plugins/xxx ``` before: ``` /tmp/goreleaserdocker2210262014/xxx ``` after: ``` /tmp/goreleaserdocker2210262014/plugins/xxx ``` <!-- If applied, this commit will... --> <!-- Why is this change being made? --> <!-- # Provide links to any relevant tickets, URLs or other resources -->