From ed4af06a56707c970ef359ccfc4c32958dab02b1 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Mon, 30 Jan 2023 13:26:59 -0800 Subject: [PATCH] Fixed the arch of the filename in the windows release artifact --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9b5398a9..94c08f59 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -140,7 +140,7 @@ release: #### Windows - - 📦 [step-ca_windows_{{ .Version }}_arm64.zip](https://dl.step.sm/gh-release/certificates/gh-release-header/{{ .Tag }}/step-ca_windows_{{ .Version }}_amd64.zip) + - 📦 [step-ca_windows_{{ .Version }}_amd64.zip](https://dl.step.sm/gh-release/certificates/gh-release-header/{{ .Tag }}/step-ca_windows_{{ .Version }}_amd64.zip) For more builds across platforms and architectures, see the `Assets` section below. And for packaged versions (Docker, k8s, Homebrew), see our [installation docs](https://smallstep.com/docs/step-ca/installation).