Skip to content

Commit 46fafe2

Browse files
minor updates to the 'From Source' page (#1223)
minor updates to the 'From Source' page (#1222) The part about "a wide array of architectures and operating systems" predates the dependency on Envoy. Currently Pomerium is limited by the OSes/architectures supported by Envoy, which I believe includes only Linux and macOS, for amd64 and arm64. (According to an announcement at https://groups.google.com/g/envoy-announce/c/2e-mSnit_BQ/m/VvweUrdaAAAJ Windows is no longer supported after Envoy 1.27.) As of pomerium/pomerium@faa2a86 golangci-lint is no longer required to be installed locally (it is instead invoked via `go run`). Finally, make sure "Pomerium" is capitalized consistently. Co-authored-by: Kenneth Jenkins <[email protected]>
1 parent a4ff1b7 commit 46fafe2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/deploy/core/from-source.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ import ConfigMinimal from '@site/content/examples/config/config.minimal.yaml.md'
2020

2121
# Building Pomerium From Source
2222

23-
This document covers how to retrieve and build Pomerium from its source-code as well as how to run Pomerium using a minimal but complete configuration. One of the benefits of compiling from source is that Go supports building static binaries for a [wide array of architectures and operating systems](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63).
23+
This document covers how to retrieve and build Pomerium from its source code as well as how to run Pomerium using a minimal but complete configuration.
2424

2525
## Prerequisites
2626

2727
- [git](https://git-scm.com/)
2828
- [go](https://golang.org/doc/install) programming language
2929
- A configured [identity provider]
30-
- [golangci-lint](https://golangci-lint.run/usage/install/#local-installation)
3130

3231
## Download
3332

34-
Retrieve the latest copy of pomerium's source code by cloning the repository.
33+
Retrieve the latest copy of Pomerium's source code by cloning the repository.
3534

3635
```bash
3736
git clone https://github.com/pomerium/pomerium.git $HOME/pomerium

0 commit comments

Comments
 (0)