diff options
| author | Olivier Benz <[email protected]> | 2025-04-23 19:39:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-23 10:39:33 -0700 |
| commit | a14997f92e702fca997e4483b34be30c22025c50 (patch) | |
| tree | 93f64606ead854e59023482c38786e6ce948944d /.cirrus.yml | |
| parent | ec08f03782371b036416fbf4eede3002e000fff5 (diff) | |
Use `int-native` subtagged image (#10799)
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 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: |
