Skip to content

Commit 510097c

Browse files
puneetdixit200Puneet Dixit
andauthored
docs: document supported architectures (#7532)
* docs: document supported architectures Signed-off-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com> * docs: clarify supported architecture testing Signed-off-by: Puneet Dixit <rvit23bcs086.rvitm@rvei.edu.in> --------- Signed-off-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com> Signed-off-by: Puneet Dixit <rvit23bcs086.rvitm@rvei.edu.in> Co-authored-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com> Co-authored-by: Puneet Dixit <rvit23bcs086.rvitm@rvei.edu.in>
1 parent 403c505 commit 510097c

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Supported architectures"
3+
linkTitle: "Supported architectures"
4+
weight: 16
5+
---
6+
7+
Cortex release artifacts are built for the operating systems and architectures
8+
listed below. Use these targets when selecting container images, binary
9+
artifacts, or OS packages for production deployments.
10+
11+
## Supported release targets
12+
13+
| Artifact type | Operating system | Architectures |
14+
|---------------|------------------|---------------|
15+
| Container images | Linux | `amd64`, `arm64` |
16+
| Cortex binary | Linux | `amd64`, `arm64` |
17+
| Cortex binary | darwin (macOS) | `amd64`, `arm64` |
18+
| `query-tee` binary | Linux | `amd64`, `arm64` |
19+
| `query-tee` binary | darwin (macOS) | `amd64`, `arm64` |
20+
| Debian package | Linux | `amd64`, `arm64` |
21+
| RPM package | Linux | `amd64`, `arm64` |
22+
23+
The CI and release pipelines build Cortex with `GOOS` and `GOARCH` targets
24+
matching these rows. Automated tests run against Linux `amd64` and `arm64`
25+
Cortex images.
26+
27+
## Unsupported targets
28+
29+
Other operating systems or architectures may work when built from source, but
30+
they are not part of the regular Cortex release artifacts or CI matrix. Treat
31+
those builds as unsupported unless you validate them in your own environment.
32+
33+
Cortex does not require architecture-specific CPU extensions such as AVX in its
34+
release build configuration. If you use external services or custom base images
35+
alongside Cortex, verify their architecture and CPU requirements separately.

0 commit comments

Comments
 (0)