You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardexpand all lines: content/docs/deploy/core/from-source.mdx
+2-3
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,17 @@ import ConfigMinimal from '@site/content/examples/config/config.minimal.yaml.md'
20
20
21
21
# Building Pomerium From Source
22
22
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 sourcecode as well as how to run Pomerium using a minimal but complete configuration.
24
24
25
25
## Prerequisites
26
26
27
27
-[git](https://git-scm.com/)
28
28
-[go](https://golang.org/doc/install) programming language
0 commit comments