https://github.com/bluesky-social/goat but with tangled's CI

goreleaser updates

+13
+13
.goreleaser.yaml
··· 17 17 - amd64 18 18 - arm64 19 19 20 + nfpms: 21 + - id: default 22 + package_name: goat 23 + formats: 24 + - deb 25 + description: "Go AT protocol CLI tool" 26 + vendor: "Bluesky Social" 27 + maintainer: "bryan newbold <bnewbold@robocracy.org>" 28 + homepage: "https://github.com/bluesky-social/goat" 29 + license: "MIT" 30 + section: "default" 31 + priority: "extra" 32 + 20 33 archives: 21 34 - formats: [tar.gz] 22 35 # this name template makes the OS and Arch compatible with the results of `uname`.