Skip to content

Commit 02e0634

Browse files
committed
goreleaser: Update configuration
1 parent ba81509 commit 02e0634

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,27 @@ builds:
2929
- 6
3030
- 7
3131

32+
overrides:
33+
- goos: windows
34+
goarch: arm64
35+
tags:
36+
- libhbluetooth
37+
- goos: windows
38+
goarch: amd64
39+
tags:
40+
- libhbluetooth
41+
- goos: darwin
42+
goarch: arm64
43+
tags:
44+
- libhbluetooth
45+
- goos: darwin
46+
goarch: amd64
47+
tags:
48+
- libhbluetooth
49+
3250
ignore:
51+
- goos: windows
52+
goarch: 386
3353
- goos: windows
3454
goarch: arm
3555
- goos: darwin
@@ -51,7 +71,7 @@ archives:
5171
- LICENSE
5272

5373
checksum:
54-
name_template: 'checksums.txt'
74+
name_template: "checksums.txt"
5575

5676
changelog:
5777
disable: true

0 commit comments

Comments
 (0)