github.com/tsmith1024/pop@v4.12.2+incompatible/.goreleaser.yml (about)

     1  # Code generated by github.com/gobuffalo/release. DO NOT EDIT.
     2  # Edit .goreleaser.yml.plush instead
     3  
     4  builds:
     5  - id: pop_darwin
     6    binary: soda
     7    main: soda/main.go
     8    goos:
     9      - darwin
    10    goarch:
    11      - amd64
    12    env:
    13      - CGO_ENABLED=1
    14      - CC=o64-clang
    15      - CXX=o64-clang++
    16    flags:
    17      - -tags
    18      - sqlite
    19  
    20  - id: pop_linux
    21    binary: soda
    22    main: soda/main.go
    23    env:
    24      - CGO_ENABLED=1
    25    flags:
    26      - -tags
    27      - sqlite
    28    goos:
    29      - linux
    30    goarch:
    31      - amd64
    32      - 386
    33  
    34  - id: pop_windows_i686
    35    binary: soda
    36    main: soda/main.go
    37    ldflags:
    38      - "-extldflags '-static'"
    39    env:
    40      - CGO_ENABLED=1
    41      - CC=i686-w64-mingw32-gcc
    42      - CXX=i686-w64-mingw32-g++
    43    flags:
    44      - -tags
    45      - sqlite
    46    goos:
    47      - windows
    48    goarch:
    49      - 386
    50  
    51  - id: pop_windows_x64
    52    binary: soda
    53    main: soda/main.go
    54    ldflags:
    55      - "-extldflags '-static'"
    56    env:
    57      - CGO_ENABLED=1
    58      - CC=x86_64-w64-mingw32-gcc
    59      - CXX=x86_64-w64-mingw32-g++
    60    flags:
    61      - -tags
    62      - sqlite
    63    goos:
    64      - windows
    65    goarch:
    66      - amd64
    67  
    68  archives:
    69    -
    70      format_overrides:
    71        - goos: windows
    72          format: zip
    73  
    74  checksum:
    75    name_template: 'checksums.txt'
    76  
    77  snapshot:
    78    name_template: "{{ .Tag }}-next"
    79  
    80  changelog:
    81    sort: asc
    82    filters:
    83      exclude:
    84        - '^docs:'
    85        - '^test:'
    86  
    87  brews:
    88    -
    89      github:
    90        owner: gobuffalo
    91        name: homebrew-tap
    92      homepage: "https://gobuffalo.io/docs/db/getting-started"
    93      description: "A Tasty Treat For All Your Database Needs"
    94      skip_upload: "auto"