github.com/petergtz/pegomock@v2.9.1-0.20230424204322-eb0e044013df+incompatible/.goreleaser.yml (about)

     1  # This is an example goreleaser.yaml file with some sane defaults.
     2  # Make sure to check the documentation at http://goreleaser.com
     3  builds:
     4  - main: ./pegomock
     5    env:
     6    - CGO_ENABLED=0
     7    goos:
     8    - darwin
     9    - linux
    10    - windows
    11    goarch:
    12    - amd64
    13  
    14  archives:
    15  - replacements:
    16      # darwin: Darwin
    17      # linux: Linux
    18      # windows: Windows
    19      amd64: x86_64
    20    files:
    21    - none*
    22    format: binary
    23  checksum:
    24    name_template: 'checksums.txt'
    25  changelog:
    26    skip: true