We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067a835 commit fa6e2bfCopy full SHA for fa6e2bf
.cirrus.yml
@@ -194,13 +194,14 @@ task:
194
name: 'ARM [unit tests, no functional tests] [bullseye]'
195
<< : *GLOBAL_TASK_TEMPLATE
196
arm_container:
197
- image: debian:bullseye
198
cpu: 2
199
memory: 8G
200
- # docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154
+ dockerfile: ci/test_imagefile
+ docker_arguments:
201
+ CI_IMAGE_NAME_TAG: debian:bullseye
202
+ FILE_ENV: "./ci/test/00_setup_env_arm.sh"
203
env:
204
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
- FILE_ENV: "./ci/test/00_setup_env_arm.sh"
205
QEMU_USER_CMD: "" # Disable qemu and run the test natively
206
207
task:
0 commit comments