Skip to content

Commit

Permalink
Use * rather than explicit version to find arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 20, 2024
1 parent d49e5c5 commit ba888b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ blobs:
extra_files:
- glob: ./dist/default_darwin_amd64_v1/bin/step
name_template: step_{{ .Version }}_darwin_amd64
- glob: ./dist/default_darwin_arm64_v8.0/bin/step
- glob: ./dist/default_darwin_arm64*/bin/step
name_template: step_{{ .Version }}_darwin_arm64
- glob: ./dist/default_linux_amd64_v1/bin/step
name_template: step_{{ .Version }}_linux_amd64
- glob: ./dist/default_linux_arm64_v8.0/bin/step
- glob: ./dist/default_linux_arm64*/bin/step
name_template: step_{{ .Version }}_linux_arm64
- glob: ./dist/default_windows_amd64_v1/bin/step.exe
name_template: step_{{ .Version }}_windows_amd64.exe
Expand All @@ -297,11 +297,11 @@ blobs:
extra_files:
- glob: ./dist/default_darwin_amd64_v1/bin/step
name_template: step_latest_darwin_amd64
- glob: ./dist/default_darwin_arm64_v8.0/bin/step
- glob: ./dist/default_darwin_arm64*/bin/step
name_template: step_latest_darwin_arm64
- glob: ./dist/default_linux_amd64_v1/bin/step
name_template: step_latest_linux_amd64
- glob: ./dist/default_linux_arm64_v8.0/bin/step
- glob: ./dist/default_linux_arm64*/bin/step
name_template: step_latest_linux_arm64
- glob: ./dist/default_windows_amd64_v1/bin/step.exe
name_template: step_latest_windows_amd64.exe
Expand Down

0 comments on commit ba888b4

Please sign in to comment.