aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-05-02 23:48:21 -0400
committerTong Sun <[email protected]>2023-05-02 23:48:21 -0400
commiteeee792a74efe00383088390f14ea4b084affdc5 (patch)
treeac98e9b304be436e06e557ab574d447cbeda82e4
parent- [#] update README (diff)
downloadhtml2md-eeee792a74efe00383088390f14ea4b084affdc5.tar.xz
html2md-eeee792a74efe00383088390f14ea4b084affdc5.zip
- [+] add arm 32b build for linux
-rw-r--r--.goreleaser.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index f2221ed..647bdfe 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -19,6 +19,12 @@ builds:
goarch:
- amd64
- arm64
+ - arm
+ ignore:
+ - goos: windows
+ goarch: arm
+ - goos: darwin
+ goarch: arm
nfpms:
- maintainer: Tong Sun <[email protected]>