Skip to content

Commit 7730c71

Browse files
committed
release: Append the architecture to the cross compiler package
1 parent 869b038 commit 7730c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929

3030
time docker build -f Dockerfile . -t mstorsjo/llvm-mingw:latest -t mstorsjo/llvm-mingw:$TAG
3131

32-
DISTRO=ubuntu-18.04
32+
DISTRO=ubuntu-18.04-$(uname -m)
3333
docker run --rm mstorsjo/llvm-mingw:latest sh -c "cd /opt && mv llvm-mingw llvm-mingw-$TAG-ucrt-$DISTRO && tar -Jcvf - llvm-mingw-$TAG-ucrt-$DISTRO" > llvm-mingw-$TAG-ucrt-$DISTRO.tar.xz
3434

3535
if [ -n "$NATIVEONLY" ]; then

0 commit comments

Comments
 (0)