Skip to content

Commit 6a82412

Browse files
authored
Merge pull request #5 from devtron-labs/arm-builds
Updated dockerfile for multi-arch support
2 parents 17489a3 + 4da167b commit 6a82412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node
22

33
ENV TINI_VERSION v0.18.0
4-
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
4+
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && echo $arch && wget https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${arch} -O /tini
55
RUN chmod +x /tini
66
ENTRYPOINT ["/tini", "--"]
77

0 commit comments

Comments
 (0)