diff options
author | PMR <pmr@pmr-lander> | 2018-12-10 22:54:46 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-12-10 22:54:46 +0000 |
commit | 73038051dc510f7a36754069de9732e1b520b3af (patch) | |
tree | 50f6b94ca246f5ef7f84f8ba557caf525392ad27 | |
parent | e930f4e5fe506c44dd2f5d438de4fda25423b4cd (diff) | |
parent | 5a70ae612bd63fe35e847b2870423110413a1781 (diff) |
Merge #360633 from ~pwlars/plainbox-provider-checkbox:skip-system-info-json-dragonboardsnap-2018-12-11T0820
-rw-r--r-- | units/submission/jobs.pxu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/submission/jobs.pxu b/units/submission/jobs.pxu index 7d20950..a2f5382 100644 --- a/units/submission/jobs.pxu +++ b/units/submission/jobs.pxu @@ -89,3 +89,5 @@ category_id: com.canonical.plainbox::info command: system_info.py _description: Attaches json dumps of system info tools (inxi + udev) _summary: Attaches json dumps of system info tools +requires: + cpuinfo.platform not in ("aarch64") |