File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 19
19
name : Set up Go
20
20
uses : actions/setup-go@v2
21
21
with :
22
- go-version : 1.16
22
+ go-version : 1.17
23
23
-
24
24
name : Cache Go modules
25
25
uses : actions/cache@v1
Original file line number Diff line number Diff line change 14
14
15
15
# Dependency directories (remove the comment below to include it)
16
16
# vendor/
17
+
18
+ dist /
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ builds:
11
11
- id : FreeBSD
12
12
goos : ['freebsd']
13
13
goarch : ['amd64']
14
- - id : Linux Intel
14
+ - id : Linux_Intel
15
15
goos : ['linux']
16
16
goarch : ['amd64']
17
17
- id : macOS
@@ -20,7 +20,10 @@ builds:
20
20
- id : Windows
21
21
goos : ['windows']
22
22
goarch : ['amd64']
23
-
23
+ universal_binaries :
24
+ - id : macOS
25
+ name_template : " {{ .ProjectName }}"
26
+ replace : true
24
27
archives :
25
28
- id : FreeBSD
26
29
builds : ['FreeBSD']
@@ -31,8 +34,8 @@ archives:
31
34
replacements :
32
35
amd64 : Intel
33
36
freebsd : FreeBSD
34
- - id : Linux Intel
35
- builds : ['Linux Intel ']
37
+ - id : Linux_Intel
38
+ builds : ['Linux_Intel ']
36
39
format : tar.gz
37
40
files :
38
41
- none*
@@ -47,8 +50,6 @@ archives:
47
50
- none*
48
51
name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
49
52
replacements :
50
- arm64 : M-series
51
- amd64 : Intel
52
53
darwin : macOS
53
54
- id : Windows
54
55
builds : ['Windows']
@@ -62,7 +63,7 @@ archives:
62
63
63
64
nfpms :
64
65
- id : Linux
65
- builds : ['Linux Intel ']
66
+ builds : ['Linux_Intel ']
66
67
file_name_template : " {{ .ProjectName }}"
67
68
replacements :
68
69
amd64 : Intel
You can’t perform that action at this time.
0 commit comments