summaryrefslogtreecommitdiffstats
path: root/build/.goreleaser.yml
blob: 054b20d5b45f1ac1875fe3cccbf5983492f36065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
builds:
  - binary: gotop
    goos:
      - darwin
      - linux
    goarch:
      - amd64
      - 386
      - arm
      - arm64
    goarm:
      - 5
      - 6
      - 7
    hooks:
      post: ./build/build-darwin-cgo.sh
archive:
  name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}"
  replacements:
    arm64: arm8
  format: tgz
  files:
    - none*
brew:
  github:
    owner: cjbassi
    name: homebrew-gotop
  description: "A terminal based graphical activity monitor inspired by gtop and vtop"
  homepage: "https://github.com/cjbassi/gotop"