aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-14 09:55:34 -0700
committerJohn MacFarlane <[email protected]>2023-03-14 09:56:35 -0700
commitc4e7723101fc47a12c29f17653a7a7803eff9c71 (patch)
tree01e5222773be6afcfc5dd88d4320369d3e36d11c /Makefile
parent6f2b21b5561b7a60495230914cf0e5a7fe90b768 (diff)
Linux builds: Update ghc-musl URL.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0120abedf..21f454fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$")
PANDOCSOURCEFILES?=$(shell git ls-tree -r main --name-only src | grep "\.hs$$")
-DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.4.4
+DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.4.4
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
BASELINE?=$(LATESTBENCH)