aboutsummaryrefslogtreecommitdiff
path: root/.goreleaser.yml
blob: 647bdfe59b6fc2c8f35e842f0d445813f2c9d743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
project_name: html2md

archives:
  - format: tar.gz
    wrap_in_directory: true
    format_overrides:
      - goos: windows
        format: zip
    # remove README and LICENSE
    files:
      - none*

builds:
  - env: [CGO_ENABLED=0]
    goos:
      - linux
      - windows
      - darwin
    goarch:
      - amd64
      - arm64
      - arm
    ignore:
      - goos: windows
        goarch: arm
      - goos: darwin
        goarch: arm

nfpms:
- maintainer: Tong Sun <[email protected]>
  description: HTML to Markdown converter
  homepage: https://github.com/suntong/html2md
  license: MIT
  formats:
  - deb
  - rpm
  - apk