Skip to content
Snippets Groups Projects
Commit fbf57e5b authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci: do not run reuse and dco jobs on ARM


The REUSE container for aarch64 is corrupted and the DCO container for
armv7 does not exist.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent d80e8d39
No related branches found
No related tags found
No related merge requests found
Pipeline #2952 canceled
......@@ -19,6 +19,7 @@ include:
dco:
interruptible: true
tags: [kvm] # Technically we want x86_64 or aarch64 but there's no OR syntax for tags, this is a way to cheat.
stage: compliance
image: christophebedard/dco-check:latest
rules:
......@@ -41,7 +42,7 @@ dco:
reuse:
interruptible: true
stage: compliance
tags: [x86_64] # https://twitter.com/zygoon/status/1474746295088787458
tags: [x86_64] # The aarch64 binary is actually an x86_64 binary.
image:
name: fsfe/reuse:latest
entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment