Skip to content

Commit 300cae9

Browse files
authored
Fix docker build command (#1393)
1 parent de64748 commit 300cae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY crates crates
3838
RUN case "${TARGETPLATFORM}" in \
3939
"linux/arm64") export JEMALLOC_SYS_WITH_LG_PAGE=16;; \
4040
esac && \
41-
cargo zigbuild --bin prek --profile dist --target $(cat rust_target.txt) --release
41+
cargo zigbuild --bin prek --profile dist --target $(cat rust_target.txt)
4242
RUN cp target/$(cat rust_target.txt)/release/prek /prek
4343
# TODO: Optimize binary size, with a version that also works when cross compiling
4444
# RUN strip --strip-all /prek

0 commit comments

Comments
 (0)