Skip to main content

Supported CPU Architectures

We currently support two CPU architectures:

  1. amd64
  2. arm64

Using Helm

Our Helm chart uses amd64 by default. To use arm64, specify the arm64 tag in your Helm values file when overriding image settings. For example:

client:
image: "api.repoflow.io/repoflow-public/docker-public/library/repoflow-client:0.4.5-arm64"

Using Docker Compose

In Docker Compose, switch to arm64 by appending -arm64 to the Docker image tag. For example:

docker pull api.repoflow.io/repoflow-public/docker-public/library/repoflow-client:0.4.5-arm64

If you need support for other architectures, feel free to contact us at support@repoflow.io.