Skip to content

Commit 883f095

Browse files
committed
[skip ci][ci skip] Exclude .gotmp in archives
1 parent cc268cb commit 883f095

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.goreleaser.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ builds:
1111
- amd64
1212
- arm64
1313
goamd64:
14-
- v1
14+
- v1
1515
ignore:
16-
- goos: windows
17-
goarch: arm64
16+
- goos: windows
17+
goarch: arm64
1818
prebuilt:
1919
path: .gotmp/bin/{{.Os}}_{{.Arch}}/ddev{{.Ext}}
2020
binary: ddev
@@ -61,6 +61,9 @@ builds:
6161
- amd64
6262
goamd64:
6363
- v1
64+
ignore:
65+
- goos: windows
66+
goarch: arm64
6467
prebuilt:
6568
path: .gotmp/bin/completions/ddev_bash_completion.sh
6669
binary: ddev_bash_completion.sh
@@ -77,6 +80,9 @@ builds:
7780
- amd64
7881
goamd64:
7982
- v1
83+
ignore:
84+
- goos: windows
85+
goarch: arm64
8086
prebuilt:
8187
path: .gotmp/bin/completions/ddev_zsh_completion.sh
8288
binary: ddev_zsh_completion.sh
@@ -93,6 +99,9 @@ builds:
9399
- amd64
94100
goamd64:
95101
- v1
102+
ignore:
103+
- goos: windows
104+
goarch: arm64
96105
prebuilt:
97106
path: .gotmp/bin/completions/ddev_fish_completion.sh
98107
binary: ddev_fish_completion.sh
@@ -107,7 +116,7 @@ builds:
107116
- v1
108117
prebuilt:
109118
path: .gotmp/bin/windows_amd64/ddev_windows_installer.exe
110-
binary: ddev-windows-installer.exe
119+
binary: ddev-windows-installer
111120

112121
###### Archives ######
113122
archives:
@@ -128,12 +137,11 @@ archives:
128137
wrap_in_directory: false
129138
files:
130139
- LICENSE
131-
- .gotmp/bin/{{.Os}}_{{.Arch}}/mkcert*
132140
allow_different_binary_count: true
133141

134142
- id: completions-tarball
135143
builds:
136-
- completions
144+
- completions-tarball
137145
format: binary
138146
name_template: ddev_shell_completion_scripts.v{{.Version}}.tar.gz
139147

0 commit comments

Comments
 (0)