summaryrefslogtreecommitdiffstats
path: root/.goreleaser.yml
blob: e86b7d9e4b9d69688dfabafd8409a74ece2ed399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Build Steps
# 1. update version number in `main.go` and `download.sh`
# 2. commit changes
# 3. tag commit
# 4. run goreleaser
# 5. push changes to GitHub
# 6. update AUR package

builds:
  - binary: gotop
    goos:
      - darwin
      - linux
    goarch:
      - amd64
      - 386
    ignore:
      - goos: darwin
        goarch: 386
archive:
  format: tgz