Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 6cc15fa

Browse files
ryan.kubathelamer
authored andcommitted
forgot armhf
1 parent 97ba323 commit 6cc15fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.armhf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN \
6868
cd /tmp/spatialindex && \
6969
cmake . \
7070
-DCMAKE_INSTALL_PREFIX=/usr && \
71-
make -j 2 && \
71+
make -j 4 && \
7272
make install && \
7373
echo "**** compile irrlicht ****" && \
7474
mkdir -p /tmp/irrlicht && \
@@ -80,7 +80,7 @@ RUN \
8080
/tmp/irrlicht --strip-components=1 && \
8181
cd /tmp/irrlicht && \
8282
cmake . && \
83-
make -j 2 && \
83+
make -j 4 && \
8484
make install && \
8585
echo "**** compile minetestserver ****" && \
8686
if [ -z ${MINETEST_RELEASE+x} ]; then \
@@ -113,12 +113,12 @@ RUN \
113113
-DENABLE_SOUND=0 \
114114
-DENABLE_SYSTEM_GMP=1 \
115115
-DRUN_IN_PLACE=0 && \
116-
make -j 2 && \
116+
make -j 4 && \
117117
make install && \
118118
echo "**** copy games to temporary folder ****" && \
119119
mkdir -p \
120120
/defaults/games && \
121-
cp -pr /usr/share/minetest/games/* /defaults/games/ && \
121+
cp -pr /tmp/minetest/games/* /defaults/games/ && \
122122
echo "**** split after 3rd dot if it exists in minetest tag variable ****" && \
123123
echo "**** so we fetch game version x.x.x etc ****" && \
124124
if [ $(echo "$MINETEST_RELEASE" | tr -cd '.' | wc -c) = 3 ]; then \

0 commit comments

Comments
 (0)