github.com/Ryooooooga/zouch@v0.3.9/.goreleaser.yml (about)

     1  builds:
     2    - goos:
     3        - windows
     4        - darwin
     5        - linux
     6      goarch:
     7        - amd64
     8        - arm64
     9        - "386"
    10  
    11  archives:
    12    - format_overrides:
    13        - goos: windows
    14          format: zip
    15  
    16  brews:
    17    - description: Create a new file from a template.
    18      tap:
    19        owner: Ryooooooga
    20        name: homebrew-tap
    21      folder: Formula
    22      homepage: https://github.com/Ryooooooga/zouch
    23      install: bin.install "zouch"
    24      test: system "#{bin}/zouch", "--version"