We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869b038 commit 7730c71Copy full SHA for 7730c71
release.sh
@@ -29,7 +29,7 @@ fi
29
30
time docker build -f Dockerfile . -t mstorsjo/llvm-mingw:latest -t mstorsjo/llvm-mingw:$TAG
31
32
-DISTRO=ubuntu-18.04
+DISTRO=ubuntu-18.04-$(uname -m)
33
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
34
35
if [ -n "$NATIVEONLY" ]; then
0 commit comments