diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-05-03 15:33:20 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-05-03 15:31:40 +0200 |
commit | fa6e2bfd0570324c80677d894247936bc151b4f8 (patch) | |
tree | feba22a05baae43ed52a4833f1ff64e743ef27db /.cirrus.yml | |
parent | 067a835adba9d7b3db848573f6153b0a827eac09 (diff) |
ci: Use arm_container.dockerfile
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 45700cb4ac..2d3efee8cf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -194,13 +194,14 @@ task: name: 'ARM [unit tests, no functional tests] [bullseye]' << : *GLOBAL_TASK_TEMPLATE arm_container: - image: debian:bullseye cpu: 2 memory: 8G - # docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154 + dockerfile: ci/test_imagefile + docker_arguments: + CI_IMAGE_NAME_TAG: debian:bullseye + FILE_ENV: "./ci/test/00_setup_env_arm.sh" env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV - FILE_ENV: "./ci/test/00_setup_env_arm.sh" QEMU_USER_CMD: "" # Disable qemu and run the test natively task: |