Skip to content

Commit

Permalink
Added remarks on TARGETARCH build variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-42 committed Apr 24, 2024
1 parent 3bcd382 commit 598ee67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ENV TEMPO_VERSION="2.4.1"
ENV LOKI_VERSION="2.9.6"
ENV OPENTELEMETRY_COLLECTOR_VERSION="0.97.0"

# TARGETARCH is automatically detected and set by the Docker daemon during the build process. If the build starts
# on an amd64 architecture, than the TARGETARCH will be set to `amd64`.
# More details on the variables can be found here: https://docs.docker.com/desktop/extensions-sdk/extensions/multi-arch/
ARG TARGETARCH
ENV TARGETARCH=${TARGETARCH}

Expand Down

0 comments on commit 598ee67

Please sign in to comment.