We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bfbea commit 8a7c4f0Copy full SHA for 8a7c4f0
.goreleaser.yaml
@@ -5,10 +5,30 @@ before:
5
- go mod tidy
6
- go generate ./...
7
builds:
8
- - goos:
+ - binary: git-auto-sync
9
+ id: git-auto-sync
10
+ env:
11
+ - CGO_ENABLED=0
12
+ goos:
13
- linux
14
- windows
15
+ goarch:
16
+ - amd64
17
+ - arm
18
+ - arm64
19
+
20
+ # Macos build needs to be built on macos
21
+ # https://github.com/rjeczalik/notify/issues/177
22
23
+ id: git-auto-sync-macos
24
25
+ - CGO_ENABLED=1
26
+ - CC=clang
27
+ - CXX=clang++
28
29
- darwin
30
31
32
archives:
33
- replacements:
34
darwin: Darwin
0 commit comments