Run autobuild twice?
This commit is contained in:
parent
15d7e0e5ca
commit
96c91b0ff5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ WORKDIR /firestorm/3p-fmodstudio
|
|||
|
||||
COPY ./fmodstudioapi20220linux.tar.gz ./
|
||||
|
||||
RUN autobuild build -A32
|
||||
RUN autobuild build -A32 || true
|
||||
RUN autobuild build -A64
|
||||
RUN autobuild package -A64
|
||||
|
||||
|
|
Loading…
Reference in a new issue