Skip to content

Commit a97ee5c

Browse files
authored
chore(docker): Add ARG for the architecture
1 parent d61868e commit a97ee5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dockerfiles/cpp/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM jenkins/ssh-agent:6.9.0
22

3+
ARG TARGETARCH
4+
ENV ARCHITECTURE=$TARGETARCH
5+
36
# Install necessary C++ build tools
47
RUN apt-get update && apt-get install -y --no-install-recommends \
58
build-essential \

0 commit comments

Comments
 (0)