ci: Switch to `amd64` container in "ARM" task

Tee `arm_container` does not support 32-bit mode anymore.
See: https://github.com/bitcoin/bitcoin/issues/27879
pull/27886/head
Hennadii Stepanov 1 year ago
parent 427853ab49
commit 016fe6d828
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -193,17 +193,13 @@ task:
task:
name: 'ARM [unit tests, no functional tests] [bullseye]'
<< : *GLOBAL_TASK_TEMPLATE
arm_container:
cpu: 2
memory: 8G
dockerfile: ci/test_imagefile
container:
docker_arguments:
CI_IMAGE_NAME_TAG: debian:bullseye
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
<< : *CREDITS_TEMPLATE
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
QEMU_USER_CMD: "" # Disable qemu and run the test natively
task:
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]'

Loading…
Cancel
Save