diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5301c47..2e2929b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -24,23 +24,21 @@ builds: - "7" archives: - - replacements: - 386: i386 - amd64: x86_64 - files: + - files: - docs/ - README.md - LICENSE -nfpms: -- maintainer: Filip Strózik - description: The simple and easy-to-use program designed to watch user activity for Cloud Providers. - homepage: https://github.com/pPrecel/cloudagent - license: MIT - formats: - - deb - - rpm - - apk +# TODO: register cloudagent on archlinux, deb and apk repositories +# nfpms: +# - maintainer: Filip Strózik +# description: The simple and easy-to-use program designed to watch user activity for Cloud Providers. +# homepage: https://github.com/pPrecel/cloudagent +# license: MIT +# formats: +# - deb +# - apk +# - archlinux brews: - homepage: "http://github.com/pPrecel/cloudagent"