github.com/leovct/zkevm-bridge-service@v0.4.4/.goreleaser.yml (about)

     1  # .goreleaser.yaml
     2  builds:
     3  - main: ./cmd/
     4    goos:
     5      - linux
     6      - darwin
     7    goarch:
     8      - amd64
     9      - arm64
    10    env:
    11      - CGO_ENABLED=0
    12    ldflags:
    13      - -X github.com/0xPolygonHermez/zkevm-bridge-service.Version={{.Version}}
    14      - -X github.com/0xPolygonHermez/zkevm-bridge-service.GitRev={{.Commit}} 
    15      - -X github.com/0xPolygonHermez/zkevm-bridge-service.BuildDate={{.Date}}
    16      - -X github.com/0xPolygonHermez/zkevm-bridge-service.GitBranch={{.Branch}}
    17  release:
    18    # If set to auto, will mark the release as not ready for production
    19    # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
    20    # If set to true, will mark the release as not ready for production.
    21    # Default is false.
    22    prerelease: true