We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e545634 commit d06a0f0Copy full SHA for d06a0f0
dist/linux.Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /src
9
COPY . .
10
11
RUN cmake --preset release
12
-RUN cmake --build --parallel $(($(nproc) + 1)) --preset synth-release
+RUN cmake --build --parallel $(($(nproc) + 1)) --preset release
13
14
FROM scratch
15
COPY --from=0 [ \
dist/web.Dockerfile
@@ -13,7 +13,7 @@ COPY . .
RUN cmake --version
RUN cmake --preset emscripten
16
-RUN cmake --build --preset synth-emscripten -j $(($(nproc) + 1))
+RUN cmake --build --preset emscripten -j $(($(nproc) + 1))
17
18
19
0 commit comments