Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. {
  2.     "distros_support": [
  3.         {
  4.             "name": "centos",
  5.             "architectures": [
  6.                 "ppc64le",
  7.                 "x86_64"
  8.             ]
  9.         },
  10.         {
  11.             "name": "debian",
  12.             "architectures": [
  13.                 "aarch64",
  14.                 "ppc64le",
  15.                 "x86_64"
  16.             ]
  17.         },
  18.         {
  19.             "name": "ubuntu",
  20.             "architectures": [
  21.                 "aarch64",
  22.                 "x86_64"
  23.             ]
  24.         }
  25.     ],
  26.  
  27.     "build_types": [
  28.         "binary",
  29.         "source"
  30.     ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement