mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
7 lines
136 B
Go
7 lines
136 B
Go
package packaging
|
|
|
|
import "github.com/goreleaser/nfpm/v2/rpm"
|
|
|
|
func BuildRPM(opt Options) error {
|
|
return buildNFPM(opt, rpm.Default)
|
|
}
|