summaryrefslogtreecommitdiffstats
path: root/build/.goreleaser.yml
blob: 195d56d5db6ea275d1de862b3843d8e2224587b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
builds:
  - binary: gotop
    goos:
      - linux
    goarch:
      - amd64
      - 386
      - arm
      - arm64
    goarm:
      - 5
      - 6
      - 7
archive:
  name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}"
  replacements:
    arm64: arm8
  format: tgz
  files:
    - none*
dockers:
  - image: cjbassi/gotop
  - dockerfile: build/Dockerfile