Prep environment with 32bit intruction first
This commit is contained in:
parent
69df586fdb
commit
15d7e0e5ca
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ WORKDIR /firestorm/3p-fmodstudio
|
||||||
|
|
||||||
COPY ./fmodstudioapi20220linux.tar.gz ./
|
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 autobuild package -A64
|
||||||
|
|
||||||
RUN mv /firestorm/3p-fmodstudio/*.bz2 /firestorm/linux-fmod.tar.bz2
|
RUN mv /firestorm/3p-fmodstudio/*.bz2 /firestorm/linux-fmod.tar.bz2
|
||||||
|
|
Loading…
Reference in a new issue