Skip to content

Commit 133c93a

Browse files
committed
Dockerfile.cross: Include the tag and architecture in the directory name within the zip
1 parent f066446 commit 133c93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.cross

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ COPY build-make.sh .
3939
RUN ./build-make.sh $CROSS_TOOLCHAIN_PREFIX --host=$HOST
4040

4141
ARG TAG
42-
RUN ln -s $CROSS_TOOLCHAIN_PREFIX llvm-mingw && \
43-
zip -9r /llvm-mingw-$TAG$CROSS_ARCH.zip llvm-mingw && \
42+
RUN ln -s $CROSS_TOOLCHAIN_PREFIX llvm-mingw-$TAG$CROSS_ARCH && \
43+
zip -9r /llvm-mingw-$TAG$CROSS_ARCH.zip llvm-mingw-$TAG$CROSS_ARCH && \
4444
ls -lh /llvm-mingw-$TAG$CROSS_ARCH.zip

0 commit comments

Comments
 (0)