mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
cdfaae9b28
* feat: support multiple binaries on docker * test: docker: fixed to use binaries * refactor: several docker pipe improvements * fix: tag templates * test: fix defaults test * fix: breaking: remove .Binary, .Os, .Arch support from docker image_templates * fix: lint issues
4 lines
42 B
Docker
4 lines
42 B
Docker
FROM scratch
|
|
ADD mybin /
|
|
ADD anotherbin /
|