Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Feb 1, 2025
1 parent 8ff1a82 commit 8e02715
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
CI_IMAGE_NAME_TAG: "docker.io/amd64/debian:bookworm"
CI_IMAGE_NAME_TAG: "docker.io/debian:bookworm"
CI_IMAGE_PLATFORM: "linux/amd64"
FILE_ENV: "./ci/test/00_setup_env_win64.sh"
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
Expand All @@ -62,7 +63,7 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
CI_IMAGE_NAME_TAG: "quay.io/centos/centos:stream9"
CI_IMAGE_NAME_TAG: "quay.io/centos/centos:stream10"
FILE_ENV: "./ci/test/00_setup_env_native_centos.sh"
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
Expand Down Expand Up @@ -110,7 +111,8 @@ task:
cpu: 4
memory: 16G # The default memory is too small, so double everything
docker_arguments:
CI_IMAGE_NAME_TAG: "docker.io/amd64/ubuntu:24.04"
CI_IMAGE_NAME_TAG: "docker.io/ubuntu:24.04"
CI_IMAGE_PLATFORM: "linux/amd64"
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
Expand Down

0 comments on commit 8e02715

Please sign in to comment.