diff options
| author | Olivier Benz <[email protected]> | 2025-04-25 17:04:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-25 08:04:07 -0700 |
| commit | a32a9ff7e9683220828e5c86eeb7a6cdde462581 (patch) | |
| tree | ce53746ddb8e7408821e3b956a98ed27e464d30c /.cirrus.yml | |
| parent | 8864ad0ec0115ea8ac895db9a05b80dd5f553ca4 (diff) | |
Revert "Use `int-native` subtagged image (#10799)" (#10804)
This reverts commit a14997f92e702fca997e4483b34be30c22025c50.
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 28219c2ca..7fd27a4cc 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-int-native + image: quay.io/benz0li/ghc-musl:9.8 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-int-native + image: quay.io/benz0li/ghc-musl:9.8 cpu: 4 memory: 12G env: |
