File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ RUN groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash
1010 curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
1111 apt-get -y install nodejs && \
1212 npm -v && \
13- test -f ${CROSS_ROOT}/bin/${CROSS_TRIPLE} -strip && \
13+ test -f ${CROSS_ROOT}/bin/llvm -strip && \
1414 rm -rf /var/lib/apt/lists/*
1515
1616USER node
1717
18- ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/${CROSS_TRIPLE} -strip
18+ ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/llvm -strip
1919ENV PREBUILD_ARCH arm64
2020ENV PREBUILD_ARMV 8
2121ENV PREBUILD_PLATFORM android
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ RUN groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash
1010 curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
1111 apt-get -y install nodejs && \
1212 npm -v && \
13- test -f ${CROSS_ROOT}/bin/${CROSS_TRIPLE} -strip && \
13+ test -f ${CROSS_ROOT}/bin/llvm -strip && \
1414 rm -rf /var/lib/apt/lists/*
1515
1616USER node
1717
18- ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/${CROSS_TRIPLE} -strip
18+ ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/llvm -strip
1919ENV PREBUILD_ARCH arm
2020ENV PREBUILD_ARMV 7
2121ENV PREBUILD_PLATFORM android
You can’t perform that action at this time.
0 commit comments