From 1b91b00db421a970f0afd71cbd2fd9040ad1697b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Mar 2023 18:54:45 -0800 Subject: [PATCH] Cirrus: Add linux arm64 build. --- .cirrus.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 407088db8..db8e505d7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ task: - name: MacOS + name: macos_arm64 trigger_type: manual timeout_in: 90m macos_instance: @@ -19,3 +19,21 @@ task: zip -r macos-release-candidate.zip macos-release-candidate artifacts: path: macos-release-candidate.zip + +task: + name: linux_arm64 + trigger_type: manual + timeout_in: 90m + arm_container: + image: registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.4.4 + cpu: 4 + memory: 12G + cabal_store_cache: + folder: ~/.cabal/store + fingerprint_key: linux_arm64_2023_03_11 + build_script: + - ARTIFACTS=./linux/artifacts sh linux/make_artifacts.sh + upload_caches: + - cabal_store + artifacts: + path: ./linux/artifacts/*