Skip to content

Commit ba888b4

Browse files
committed
Use * rather than explicit version to find arm64 builds
1 parent d49e5c5 commit ba888b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ blobs:
277277
extra_files:
278278
- glob: ./dist/default_darwin_amd64_v1/bin/step
279279
name_template: step_{{ .Version }}_darwin_amd64
280-
- glob: ./dist/default_darwin_arm64_v8.0/bin/step
280+
- glob: ./dist/default_darwin_arm64*/bin/step
281281
name_template: step_{{ .Version }}_darwin_arm64
282282
- glob: ./dist/default_linux_amd64_v1/bin/step
283283
name_template: step_{{ .Version }}_linux_amd64
284-
- glob: ./dist/default_linux_arm64_v8.0/bin/step
284+
- glob: ./dist/default_linux_arm64*/bin/step
285285
name_template: step_{{ .Version }}_linux_arm64
286286
- glob: ./dist/default_windows_amd64_v1/bin/step.exe
287287
name_template: step_{{ .Version }}_windows_amd64.exe
@@ -297,11 +297,11 @@ blobs:
297297
extra_files:
298298
- glob: ./dist/default_darwin_amd64_v1/bin/step
299299
name_template: step_latest_darwin_amd64
300-
- glob: ./dist/default_darwin_arm64_v8.0/bin/step
300+
- glob: ./dist/default_darwin_arm64*/bin/step
301301
name_template: step_latest_darwin_arm64
302302
- glob: ./dist/default_linux_amd64_v1/bin/step
303303
name_template: step_latest_linux_amd64
304-
- glob: ./dist/default_linux_arm64_v8.0/bin/step
304+
- glob: ./dist/default_linux_arm64*/bin/step
305305
name_template: step_latest_linux_arm64
306306
- glob: ./dist/default_windows_amd64_v1/bin/step.exe
307307
name_template: step_latest_windows_amd64.exe

0 commit comments

Comments
 (0)