1
0
Fork 0
forked from infra/ansible

copr: remove comment about emulated s390x, but empty

This commit is contained in:
Jiri Kyjovsky 2026-04-30 21:41:02 +02:00
commit 262735fbd4

View file

@ -19,4 +19,8 @@ config["rules"] = [{
"match_type": "arch",
"match": ["riscv64"],
"comment": "An emulated chroot. Builds are done on x86_64 using QEMU.",
}, {
"match_type": "arch",
"match": ["s390x"],
"comment": "",
}]