mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 23:14:12 +01:00
8535159b05
* fix: ensure nfpm can run on windows and still build correct rpm, deb, and apk packages fix: add windows test job * fix: ensure file close happens in the correct order on windows * fix: ensure eol is set to lf * chore: update the go version to be consistent between windows and ubuntu Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * chore: update comments Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * chore: rerun make deps * chore: fix .gitattributes to ensure images are not touched * chore: run make fmt Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
* text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary |