Skip to content

Commit

Permalink
portable env for rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Nov 6, 2023
1 parent b9c4e7a commit 7581af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
elif [ "${TARGETARCH}" = "amd64" ] && [ "${BUILDARCH}" != "amd64" ]; then \
export CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++; \
fi; \
make -j$(nproc) static_lib
PORTABLE=1 make -j$(nproc) static_lib

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 7581af2

Please sign in to comment.