From e860c4643e5f1c25fa6d7e745d261c50df35656b Mon Sep 17 00:00:00 2001 From: becivells <732903873@qq.com> Date: Sun, 12 Sep 2021 20:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9B=B4=E5=A4=9A=E7=9A=84?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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