mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
3ac8494d23
git-subtree-dir: orbit git-subtree-mainline:d5974aad97
git-subtree-split:ab3047bb39
8 lines
136 B
Go
8 lines
136 B
Go
package packaging
|
|
|
|
import "github.com/goreleaser/nfpm/v2/deb"
|
|
|
|
func BuildDeb(opt Options) error {
|
|
return buildNFPM(opt, deb.Default)
|
|
}
|