|
|
|
@ -100,13 +100,13 @@ RUN cd z88dk && chmod 777 build.sh &&\
|
|
|
|
|
FROM src AS beebjit |
|
|
|
|
ARG arch |
|
|
|
|
# Beebjit does not build on arm32v7 so don't build on that platform |
|
|
|
|
#RUN if [ "${arch}" != "arm32v7" ]; then (\ |
|
|
|
|
RUN cd beebjit &&\ |
|
|
|
|
xvfb-startup ./build.sh &&\ |
|
|
|
|
cp -p beebjit /dest/usr/local/bin/ &&\ |
|
|
|
|
mkdir -p /dest/usr/local/share/beebjit/ &&\ |
|
|
|
|
cp -rp roms /dest/usr/local/share/beebjit/ |
|
|
|
|
# );fi |
|
|
|
|
RUN if [ "${arch}" != "arm32v7" ]; then (\ |
|
|
|
|
cd beebjit &&\ |
|
|
|
|
xvfb-startup ./build.sh &&\ |
|
|
|
|
cp -p beebjit /dest/usr/local/bin/ &&\ |
|
|
|
|
mkdir -p /dest/usr/local/share/beebjit/ &&\ |
|
|
|
|
cp -rp roms /dest/usr/local/share/beebjit/ \ |
|
|
|
|
);fi |
|
|
|
|
|
|
|
|
|
# ========================================================================================== |
|
|
|
|
# Our own tools built by GO |
|
|
|
|