diff --git a/.goreleaser.yml b/.goreleaser.yml index fe61596..c219865 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,10 +12,17 @@ builds: - linux - windows - darwin + - openbsd + - netbsd goarch: - amd64 - 386 - arm64 + - arm + - mips + - mips64 + - mips64le + - mipsle ignore: - goos: darwin goarch: 386 @@ -73,9 +80,9 @@ docker_manifests: - becivells/{{ .ProjectName }}:{{ .Version }}-arm64v8 nfpms: - maintainer: becivells - description: goblin is a red team tools - homepage: https://github.com/becivells/goblin - license: MIT + description: goblin is a red team tools for phishing + homepage: https://github.com/xiecat/goblin + license: GPL-3.0 formats: - deb - rpm \ No newline at end of file