Prep environment with 32bit intruction first

This commit is contained in:
zontreck 2024-07-08 02:58:30 -07:00
parent 69df586fdb
commit 15d7e0e5ca

View file

@ -20,7 +20,8 @@ WORKDIR /firestorm/3p-fmodstudio
COPY ./fmodstudioapi20220linux.tar.gz ./
RUN autobuild build --all && autobuild build -A64 --all
RUN autobuild build -A32
RUN autobuild build -A64
RUN autobuild package -A64
RUN mv /firestorm/3p-fmodstudio/*.bz2 /firestorm/linux-fmod.tar.bz2