mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +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 --> |
||
---|---|---|
.. | ||
archivefiles | ||
artifact | ||
builders | ||
client | ||
commitauthor | ||
deprecate | ||
exec | ||
extrafiles | ||
gio | ||
git | ||
golden | ||
http | ||
ids | ||
logext | ||
middleware | ||
pipe | ||
pipeline | ||
semerrgroup | ||
shell | ||
static | ||
testctx | ||
testlib | ||
tmpl | ||
yaml |