aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Benz <[email protected]>2025-04-23 19:39:33 +0200
committerGitHub <[email protected]>2025-04-23 10:39:33 -0700
commita14997f92e702fca997e4483b34be30c22025c50 (patch)
tree93f64606ead854e59023482c38786e6ce948944d
parentec08f03782371b036416fbf4eede3002e000fff5 (diff)
Use `int-native` subtagged image (#10799)
-rw-r--r--.cirrus.yml4
-rw-r--r--Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7fd27a4cc..28219c2ca 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,7 +29,7 @@ task:
trigger_type: manual
timeout_in: 90m
arm_container:
- image: quay.io/benz0li/ghc-musl:9.8
+ image: quay.io/benz0li/ghc-musl:9.8-int-native
cpu: 4
memory: 12G
env:
@@ -55,7 +55,7 @@ task:
trigger_type: manual
timeout_in: 90m
container:
- image: quay.io/benz0li/ghc-musl:9.8
+ image: quay.io/benz0li/ghc-musl:9.8-int-native
cpu: 4
memory: 12G
env:
diff --git a/Makefile b/Makefile
index 7b8de03ef..3fa7567a2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
PANDOC_CLI_VERSION?=$(shell grep '^[Vv]ersion:' pandoc-cli/pandoc-cli.cabal | awk '{print $$2;}')
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=quay.io/benz0li/ghc-musl:9.8
+DOCKERIMAGE=quay.io/benz0li/ghc-musl:9.8-int-native
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
BASELINE?=$(LATESTBENCH)