Skip to content

CPU and architecture

Use architecture markers when the job must run on a specific CPU architecture.

arm64-tests:
tags:
- arch:aarch64
script:
- uname -m
- ./test-arm64.sh

You can also use GitLab-compatible ARM64 tags:

tags:
- saas-linux-medium-arm64

SIMD markers select CPU feature support:

simd-tests:
tags:
- saas-linux-large-amd64
- simd:avx512f
script:
- ./test-avx512.sh