Skip to content

Commit

Permalink
增加更多的平台支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Sep 12, 2021
1 parent 331b615 commit e860c46
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ builds:
- linux
- windows
- darwin
- openbsd
- netbsd
goarch:
- amd64
- 386
- arm64
- arm
- mips
- mips64
- mips64le
- mipsle
ignore:
- goos: darwin
goarch: 386
Expand Down Expand Up @@ -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

0 comments on commit e860c46

Please sign in to comment.