Skip to content

Commit

Permalink
add targetarch env to dependencies stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Feb 3, 2025
1 parent 7824d03 commit 8008a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ARG BASE_IMAGE

############ dependencies ######################################################
FROM ${BASE_IMAGE} AS dependencies
ARG TARGETARCH
ENV TARGETARCH=${TARGETARCH}

USER root
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit 8008a0c

Please sign in to comment.