...

Text file src/github.com/grpc-ecosystem/grpc-gateway/.goreleaser.yml

Documentation: github.com/grpc-ecosystem/grpc-gateway

     1builds:
     2  - main: ./protoc-gen-grpc-gateway/main.go
     3    id: protoc-gen-grpc-gateway
     4    binary: protoc-gen-grpc-gateway
     5    env:
     6      - CGO_ENABLED=0
     7    goos:
     8      - linux
     9      - darwin
    10      - windows
    11    goarch:
    12      - amd64
    13  - main: ./protoc-gen-swagger/main.go
    14    id: protoc-gen-swagger
    15    binary: protoc-gen-swagger
    16    env:
    17      - CGO_ENABLED=0
    18    goos:
    19      - linux
    20      - darwin
    21      - windows
    22    goarch:
    23      - amd64
    24archives:
    25  - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
    26    format: binary
    27    replacements:
    28      amd64: x86_64
    29dist: _output

View as plain text