From 5c4eb7246b068deac1a9eac397094098f68ab048 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 5 Mar 2021 19:11:12 -0800 Subject: Makefile: debpkg: use new multi-arch GHC 8.10.4 docker... ...created by Olivier Benz. This should allow us to build on arm architecture. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 134aedcb4..b357463be 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,8 @@ debpkg: man/pandoc.1 -v `pwd`/linux/artifacts:/artifacts \ -e REVISION=$(REVISION) \ -w /mnt \ - utdemir/ghc-musl:v12-libgmp-ghc8101 bash \ + registry.gitlab.b-data.ch/ghc/ghc4pandoc:8.10.4 \ + bash \ /mnt/linux/make_artifacts.sh man/pandoc.1: MANUAL.txt man/pandoc.1.before man/pandoc.1.after -- cgit v1.2.3