[gnome-ostree] manifest: Turn off 32 bit builds for now



commit ae1f2631f28a9e929de6994519211799cddb665f
Author: Colin Walters <walters verbum org>
Date:   Wed Jan 23 18:05:46 2013 -0500

    manifest: Turn off 32 bit builds for now
    
    While some people still ship 32 bit, and there's value in us at least
    compiling it, it's not really worth the trouble at the moment.  We can
    always revisit this later.

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 485b852..002ef7a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
   "osname": "gnome-ostree",
   "default-target": "trees/gnomeos-3.8-x86_64-runtime",
   "prefix": "gnomeos-3.8",
-  "architectures": ["i686", "x86_64"],
+  "architectures": ["x86_64"],
   "base": {
             "name": "yocto",
 	    "src": "cgwalters:poky",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]