mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-13 16:24:16 +02:00
deployment: fully split release archives and brews (#1365)
This commit is contained in:
parent
0a2638e5dc
commit
5488e6d5fa
2 changed files with 27 additions and 7 deletions
24
.github/goreleaser.yaml
vendored
24
.github/goreleaser.yaml
vendored
|
@ -78,7 +78,6 @@ archives:
|
|||
id: pomerium
|
||||
builds:
|
||||
- pomerium
|
||||
- pomerium-cli
|
||||
files:
|
||||
- none*
|
||||
format_overrides:
|
||||
|
@ -177,3 +176,26 @@ brews:
|
|||
folder: Formula
|
||||
install: |
|
||||
bin.install "pomerium-cli"
|
||||
|
||||
- # Name template of the recipe
|
||||
name: pomerium
|
||||
# IDs of the archives to use.
|
||||
ids:
|
||||
- pomerium
|
||||
# GOARM to specify which 32-bit arm version to use if there are multiple versions
|
||||
# from the build section. Brew formulas support atm only one 32-bit version.
|
||||
# Default is 6 for all artifacts or each id if there a multiple versions.
|
||||
goarm: 6
|
||||
tap:
|
||||
owner: pomerium
|
||||
name: homebrew-tap
|
||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
||||
token: "{{ .Env.APPARITOR_GITHUB_TOKEN }}"
|
||||
# Git author used to commit to the repository.
|
||||
# Defaults are shown.
|
||||
commit_author:
|
||||
name: apparitor
|
||||
email: apparitor@users.noreply.github.com
|
||||
folder: Formula
|
||||
install: |
|
||||
bin.install "pomerium"
|
||||
|
|
|
@ -20,8 +20,6 @@ Pomerium is shipped in multiple formats and architectures to suit a variety of d
|
|||
- Supported Operating Systems: `linux`, `darwin`
|
||||
- Supported Architectures: `amd64`, `arm64`
|
||||
|
||||
Pomerium releases include both the `pomerium` and `pomerium-cli` binaries.
|
||||
|
||||
### Binaries
|
||||
|
||||
Official binaries can be found on our [GitHub Releases](https://github.com/pomerium/pomerium/releases) page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue