github.com/suntong/cascadia@v1.3.0/.goreleaser.yml (about)

     1  project_name: cascadia
     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  
    23  nfpms:
    24  - maintainer: Tong Sun <suntong@cpan.org>
    25    description: CSS selector CLI tool
    26    homepage: https://github.com/suntong/cascadia
    27    license: MIT
    28    formats:
    29    - deb
    30    - rpm
    31    - apk