github.com/suntong/easygen@v5.3.0+incompatible/.goreleaser.yml (about)

     1  project_name: easygen
     2  
     3  archives:
     4    - format: tar.gz
     5      wrap_in_directory: true
     6      format_overrides:
     7        - goos: windows
     8          format: zip
     9      # remove README and LICENSE
    10      files:
    11        - none*
    12  
    13  builds:
    14    - env: [CGO_ENABLED=0]
    15      goos:
    16        - linux
    17        - windows
    18        - darwin
    19      goarch:
    20        - amd64
    21        - arm64
    22      ignore:
    23        - goos: windows
    24          goarch: arm64
    25  
    26      # Path to main.go file or main package.
    27      # Notice: when used with `gomod.proxy`, this must be a package.
    28      #
    29      # Default is `.`.
    30      main: ./cmd/easygen
    31  
    32  nfpms:
    33  - maintainer: Tong Sun <suntong@cpan.org>
    34    description: easygen - Easy to use universal code/text generator
    35    homepage: https://github.com/go-easygen/easygen
    36    license: MIT
    37    formats:
    38    - deb
    39    - rpm
    40    - apk