tangled
alpha
login
or
join now
oppi.li
/
goat
9
fork
atom
https://github.com/bluesky-social/goat but with tangled's CI
9
fork
atom
overview
issues
pulls
pipelines
goreleaser updates
bnewbold.net
7 months ago
c66d1052
85941d46
+13
1 changed file
expand all
collapse all
unified
split
.goreleaser.yaml
+13
.goreleaser.yaml
···
17
17
- amd64
18
18
- arm64
19
19
20
20
+
nfpms:
21
21
+
- id: default
22
22
+
package_name: goat
23
23
+
formats:
24
24
+
- deb
25
25
+
description: "Go AT protocol CLI tool"
26
26
+
vendor: "Bluesky Social"
27
27
+
maintainer: "bryan newbold <bnewbold@robocracy.org>"
28
28
+
homepage: "https://github.com/bluesky-social/goat"
29
29
+
license: "MIT"
30
30
+
section: "default"
31
31
+
priority: "extra"
32
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`.