Skip to content

Commit fa6e2bf

Browse files
author
MarcoFalke
committed
ci: Use arm_container.dockerfile
1 parent 067a835 commit fa6e2bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.cirrus.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,14 @@ task:
194194
name: 'ARM [unit tests, no functional tests] [bullseye]'
195195
<< : *GLOBAL_TASK_TEMPLATE
196196
arm_container:
197-
image: debian:bullseye
198197
cpu: 2
199198
memory: 8G
200-
# docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154
199+
dockerfile: ci/test_imagefile
200+
docker_arguments:
201+
CI_IMAGE_NAME_TAG: debian:bullseye
202+
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
201203
env:
202204
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
203-
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
204205
QEMU_USER_CMD: "" # Disable qemu and run the test natively
205206

206207
task:

0 commit comments

Comments
 (0)