We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d1dc6 commit 6305481Copy full SHA for 6305481
Dockerfile.dev
@@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5
6
# Install thrift compiler
7
ARG THRIFT_VERSION
8
-ARG TARGETARCH=amd64
+ARG TARGETARCH
9
RUN wget -q -O- "https://github.com/valitydev/thrift/releases/download/${THRIFT_VERSION}/thrift-${THRIFT_VERSION}-linux-${TARGETARCH}.tar.gz" \
10
| tar -xvz -C /usr/local/bin/
11
0 commit comments