From b8c3992c2150f90a061c456377d3baa3a4369a33 Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Sat, 17 Dec 2022 00:53:18 -0500 Subject: [PATCH] Use x86-64 mingw deb pkg always --- mingw64-ucrt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw64-ucrt/Dockerfile b/mingw64-ucrt/Dockerfile index c14f52c1..60333c42 100644 --- a/mingw64-ucrt/Dockerfile +++ b/mingw64-ucrt/Dockerfile @@ -34,7 +34,7 @@ RUN cd mingw-w64-* && \ # Install UCRT enabled deb-packages RUN dpkg -i mingw-w64-common_7.0.0-2_all.deb \ mingw-w64-tools_7.0.0-2_$(dpkg --print-architecture).deb \ - mingw-w64-$(dpkg --print-architecture)-dev_7.0.0-2_all.deb + mingw-w64-x86-64-dev_7.0.0-2_all.deb # Download gcc-binutils sources for mingw RUN apt-get source binutils-mingw-w64 && \