1
0
Fork 0
forked from infra/ansible

copr: remove comment about emulated s390x

This commit is contained in:
Jiri Kyjovsky 2026-04-30 21:21:13 +02:00
commit 9b08868901

View file

@ -19,8 +19,4 @@ 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": "An emulated chroot. Builds are done on x86_64 using QEMU.",
}]