Skip to content

Commit

Permalink
Add a few more popular assets to the releases header.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Mar 13, 2024
1 parent 384d4ab commit e69cb2f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .goreleaser.yml
Expand Up @@ -174,11 +174,20 @@ release:
header: |
## Official Release Artifacts
Below are the most popular artifacts for `step` on each platform.
For more builds across platforms and architectures see the `Assets` section below.
And for packaged versions (Homebrew, Scoop, etc.), see our [installation docs](https://smallstep.com/docs/step-cli/installation).
#### Linux
- 馃摝 [step_linux_{{ .Version }}_amd64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step_linux_{{ .Version }}_amd64.tar.gz)
- 馃摝 [step_linux_{{ .Version }}_arm64.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step_linux_{{ .Version }}_arm64.tar.gz)
- 馃摝 [step_linux_{{ .Version }}_armv7.tar.gz](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step_linux_{{ .Version }}_armv7.tar.gz)
- 馃摝 [step-cli_{{ .Version }}_amd64.deb](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step-cli_{{ .Version }}_amd64.deb)
- 馃摝 [step-cli_{{ .Version }}_amd64.rpm](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step-cli_{{ .Version }}_amd64.rpm)
- 馃摝 [step-cli_{{ .Version }}_arm64.deb](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step-cli_{{ .Version }}_arm64.deb)
- 馃摝 [step-cli_{{ .Version }}_arm64.rpm](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step-cli_{{ .Version }}_arm64.rpm)
#### macOS Darwin
Expand All @@ -188,12 +197,10 @@ release:
#### Windows
- 馃摝 [step_windows_{{ .Version }}_amd64.zip](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step_windows_{{ .Version }}_amd64.zip)
- 馃摝 [step_windows_{{ .Version }}_arm64.zip](https://dl.smallstep.com/gh-release/cli/gh-release-header/{{ .Tag }}/step_windows_{{ .Version }}_arm64.zip)
For more builds across platforms and architectures see the `Assets` section below.
And for packaged versions (Homebrew, Scoop, etc.), see our [installation docs](https://smallstep.com/docs/step-cli/installation).
Don't see the artifact you need? Open an issue [here](https://github.com/smallstep/cli/issues/new/choose).
Don't see the artifact you need? Check the `Assets` section below.
Still don't see it? Open an issue [here](https://github.com/smallstep/cli/issues/new/choose).
## Signatures and Checksums
Expand Down Expand Up @@ -235,7 +242,7 @@ release:
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous

winget:
-
-
# IDs of the archives to use.
# Empty means all IDs.
ids: [ default ]
Expand Down

0 comments on commit e69cb2f

Please sign in to comment.