github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/.goreleaser.yml (about)

     1  ---
     2  builds:
     3    - main: ./main.go
     4      binary: rfoutlet
     5      env:
     6        - CGO_ENABLED=0
     7      goos:
     8        - linux
     9      goarch:
    10        - amd64
    11        - arm
    12      goarm:
    13        - 7
    14      hooks:
    15        pre: make deps app pack-app
    16        post: packr clean
    17  release:
    18    github:
    19      owner: martinohmann
    20      name: rfoutlet
    21  archives:
    22    - files:
    23        - none*
    24  checksum:
    25    name_template: 'checksums.txt'
    26  changelog:
    27    sort: asc
    28    filters:
    29      exclude:
    30        - '^docs:'
    31        - '^test:'