diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b441ee7..c71bcc8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -22,58 +22,60 @@ builds: goarm: - 7 -nfpm: - formats: - - deb - - rpm - vendor: "goodwithtech" - homepage: "https://github.com/goodwithtech" - maintainer: "Tomoya Amachi " - description: "A Security and Dockerfile checker for Containers" - license: "AGPL" - name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}" - replacements: - amd64: 64bit - 386: 32bit - arm: ARM - arm64: ARM64 - darwin: Darwin - linux: Linux - windows: Windows - openbsd: OpenBSD - netbsd: NetBSD - freebsd: FreeBSD - dragonfly: DragonFlyBSD +nfpms: + - + formats: + - deb + - rpm + vendor: "goodwithtech" + homepage: "https://github.com/goodwithtech" + maintainer: "Tomoya Amachi " + description: "A Security and Dockerfile checker for Containers" + license: "AGPL" + name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}" + replacements: + amd64: 64bit + 386: 32bit + arm: ARM + arm64: ARM64 + darwin: Darwin + linux: Linux + windows: Windows + openbsd: OpenBSD + netbsd: NetBSD + freebsd: FreeBSD + dragonfly: DragonFlyBSD -archive: - format: tar.gz - format_overrides: - - goos: windows - format: zip - name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}" - replacements: - amd64: 64bit - 386: 32bit - arm: ARM - arm64: ARM64 - darwin: macOS - linux: Linux - windows: Windows - openbsd: OpenBSD - netbsd: NetBSD - freebsd: FreeBSD - dragonfly: DragonFlyBSD - files: - - README.md - - LICENSE +archives: + - + format: tar.gz + format_overrides: + - goos: windows + format: zip + name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}" + replacements: + amd64: 64bit + 386: 32bit + arm: ARM + arm64: ARM64 + darwin: macOS + linux: Linux + windows: Windows + openbsd: OpenBSD + netbsd: NetBSD + freebsd: FreeBSD + dragonfly: DragonFlyBSD + files: + - README.md + - LICENSE brews: -- - github: - owner: goodwithtech - name: homebrew-r - folder: Formula - homepage: "https://github.com/goodwithtech/dockle" - description: "Simple security auditing, helping build the Best Docker Images" - test: | - system "#{bin}/program --version" + - + github: + owner: goodwithtech + name: homebrew-r + folder: Formula + homepage: "https://github.com/goodwithtech/dockle" + description: "Simple security auditing, helping build the Best Docker Images" + test: | + system "#{bin}/program --version" \ No newline at end of file