There was an error while loading. Please reload this page.
1 parent ba81509 commit 02e0634Copy full SHA for 02e0634
1 file changed
.goreleaser.yml
@@ -29,7 +29,27 @@ builds:
29
- 6
30
- 7
31
32
+ overrides:
33
+ - goos: windows
34
+ goarch: arm64
35
+ tags:
36
+ - libhbluetooth
37
38
+ goarch: amd64
39
40
41
+ - goos: darwin
42
43
44
45
46
47
48
49
+
50
ignore:
51
52
+ goarch: 386
53
- goos: windows
54
goarch: arm
55
- goos: darwin
@@ -51,7 +71,7 @@ archives:
71
- LICENSE
72
73
checksum:
- name_template: 'checksums.txt'
74
+ name_template: "checksums.txt"
75
56
76
changelog:
57
77
disable: true
0 commit comments