Skip to content

Commit 8f16bfb

Browse files
chore(goreleaser): update config
1 parent 5e24103 commit 8f16bfb

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

.goreleaser.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ builds:
2020
ignore:
2121
- goos: darwin
2222
goarch: 386
23+
- goos: darwin
24+
goarch: arm64
25+
- goos: windows
26+
goarch: arm64
2327
archives:
24-
- replacements:
25-
darwin: macOS
26-
windows: Windows
27-
386: i386
28-
amd64: x86_64
28+
# - replacements:
29+
# darwin: macOS
30+
# windows: Windows
31+
# 386: i386
32+
# amd64: x86_64
2933
checksum:
3034
name_template: 'checksums.txt'
3135
snapshot:
@@ -49,12 +53,12 @@ release:
4953
5054
Refer to the list of assets below for all supported platform.
5155
nfpms:
52-
- replacements:
53-
darwin: macOS
54-
windows: Windows
55-
386: i386
56-
amd64: x86_64
57-
homepage: https://claudiodangelis.com/qrcp
56+
# - replacements:
57+
# darwin: macOS
58+
# windows: Windows
59+
# 386: i386
60+
# amd64: x86_64
61+
- homepage: https://claudiodangelis.com/qrcp
5862
maintainer: Claudio d'Angelis <claudiodangelis@gmail.com>
5963
description: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
6064
license: MIT

0 commit comments

Comments
 (0)