Packaging/Binaries: Difference between revisions

imported>Milahu
architecture differs from target -> try the manual method
imported>Milahu
Undo revision 7003 by Milahu (talk)
Line 60: Line 60:
</pre>
</pre>


fix: try the [[#Manual Method]]
FIXME this fix is not working ...
 
fix:
 
<pre>
  meta = {
    # target architecture
-    platforms = [ "x86_64-linux" "i686-linux" ]; # i386:x86-64
+    platforms = [ "i686-linux" ]; # i386
  };
</pre>


== Manual Method ==
== Manual Method ==