Skip to content

Commit

Permalink
[ci] goreleaser changed build directory for arm64 to arm64_v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 20, 2024
1 parent a7ea59b commit d49e5c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,13 @@ blobs:
extra_files:
- glob: ./dist/default_darwin_amd64_v1/bin/step
name_template: step_{{ .Version }}_darwin_amd64
- glob: ./dist/default_darwin_arm64/bin/step
- glob: ./dist/default_darwin_arm64_v8.0/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/bin/step
- glob: ./dist/default_linux_arm64_v8.0/bin/step
name_template: step_{{ .Version }}_linux_arm64
- glob: ./dist/default_windows_arm64/bin/step.exe
- glob: ./dist/default_windows_amd64_v1/bin/step.exe
name_template: step_{{ .Version }}_windows_amd64.exe
- glob: ./dist/default_freebsd_*/bin/step
name_template: step_{{ .Version }}_freebsd_amd64
Expand All @@ -297,13 +297,13 @@ blobs:
extra_files:
- glob: ./dist/default_darwin_amd64_v1/bin/step
name_template: step_latest_darwin_amd64
- glob: ./dist/default_darwin_arm64/bin/step
- glob: ./dist/default_darwin_arm64_v8.0/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/bin/step
- glob: ./dist/default_linux_arm64_v8.0/bin/step
name_template: step_latest_linux_arm64
- glob: ./dist/default_windows_arm64/bin/step.exe
- glob: ./dist/default_windows_amd64_v1/bin/step.exe
name_template: step_latest_windows_amd64.exe
- glob: ./dist/default_freebsd_*/bin/step
name_template: step_latest_freebsd_amd64
Expand Down

0 comments on commit d49e5c5

Please sign in to comment.