We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f70b0c commit 39e249fCopy full SHA for 39e249f
1 file changed
development/qnet-integration/Dockerfile.production
@@ -20,7 +20,7 @@ WORKDIR /build
20
COPY . .
21
22
# Build the specific binary with maximum optimization for production
23
-ENV RUSTFLAGS="-C target-cpu=native"
+ENV RUSTFLAGS="-C target-cpu=x86-64"
24
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
25
ENV CARGO_HTTP_MULTIPLEXING=false
26
ENV CARGO_NET_RETRY=10
0 commit comments