We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de64748 commit 300cae9Copy full SHA for 300cae9
1 file changed
Dockerfile
@@ -38,7 +38,7 @@ COPY crates crates
38
RUN case "${TARGETPLATFORM}" in \
39
"linux/arm64") export JEMALLOC_SYS_WITH_LG_PAGE=16;; \
40
esac && \
41
- cargo zigbuild --bin prek --profile dist --target $(cat rust_target.txt) --release
+ cargo zigbuild --bin prek --profile dist --target $(cat rust_target.txt)
42
RUN cp target/$(cat rust_target.txt)/release/prek /prek
43
# TODO: Optimize binary size, with a version that also works when cross compiling
44
# RUN strip --strip-all /prek
0 commit comments