Skip to content

Commit 74e891b

Browse files
authored
Merge pull request #1 from key2p/key2p-fix-pre-build-script
fix run pre-build-script path error
2 parents c87a52a + dee18be commit 74e891b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ impl DockerOptions {
140140
ARG CROSS_TARGET
141141
COPY $CROSS_SCRIPT /pre-build-script
142142
RUN chmod +x /pre-build-script
143-
RUN ./pre-build-script $CROSS_TARGET"#
143+
RUN /pre-build-script $CROSS_TARGET"#
144144
),
145145
runs_with: &image.platform,
146146
};

0 commit comments

Comments
 (0)