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 db4ebc5 commit 57eea24Copy full SHA for 57eea24
.goreleaser.yml
@@ -42,7 +42,23 @@ builds:
42
- "{{ .Env.GO_BUILD_LDFLAGS }}"
43
-
44
universal_binaries:
45
- - id: cli
+ -
46
+ # ID of the source build
47
+ #
48
+ # Defaults to the project name.
49
+ id: cli
50
+
51
+ # Universal binary name template.
52
53
+ # You will want to change this if you have multiple builds!
54
55
+ # Defaults to '{{ .ProjectName }}'
56
+ name_template: 'aoc-cli'
57
58
+ # Whether to remove the previous single-arch binaries from the artifact list.
59
+ # If left as false, your end release might have both several macOS archives: amd64, arm64 and all.
60
61
+ # Defaults to false.
62
replace: true
63
64
archives:
0 commit comments