Skip to content

Commit

Permalink
correct armhf includes
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 15, 2024
1 parent 6f8f683 commit 84a3199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ RUN if [ "$(dpkg --print-architecture)" = "armhf" ]; then \
ln -svf /usr/bin/strip /usr/bin/arm-linux-musleabihf-strip; \
ln -svf /usr/bin/ranlib /usr/bin/arm-linux-musleabihf-ranlib; \
cp -v /usr/lib/gcc/arm-linux-gnueabihf/11/include/stddef.h /usr/include/; \
ln -svf /usr/include/arm-linux-gnueabihf/bits /usr/include/bits; \
ln -svf /usr/include/arm-linux-gnueabihf/asm /usr/include/asm; \
ln -svf /usr/include/arm-linux-gnueabihf/sys /usr/include/sys; \
ln -svf /usr/include/arm-linux-gnueabihf/curl /usr/include/curl; \
echo "armv7-unknown-linux-musleabihf" > /build/_target ; \
fi
RUN if [ "$(dpkg --print-architecture)" = "arm64" ]; then \
Expand Down

0 comments on commit 84a3199

Please sign in to comment.