Skip to content

Commit

Permalink
Change PREBUILD_STRIP_BIN to path to strip binary (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbundy authored Feb 18, 2020
1 parent 41f8f20 commit 4b69593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-armv6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get -y update && \

USER node

ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/${CROSS_TRIPLE}-strip
ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/strip
ENV PREBUILD_ARCH arm
ENV PREBUILD_ARMV 6
ENV PREBUILD_PLATFORM linux
Expand Down

0 comments on commit 4b69593

Please sign in to comment.