diff --git a/config.json b/config.json
index 0cce282..15bb6be 100644
--- a/config.json
+++ b/config.json
@@ -925,6 +925,17 @@
                 "extravars" : [
                     "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib64'"
                 ]
+            },
+            "step6" : {
+                "shortname" : "x86-64 lib32-sdk",
+                "description" : "x86-64 sdk with 32bit multilib enabled",
+                "MACHINE" : "qemux86-64",
+                "SDKMACHINE" : "x86_64",
+                "BBTARGETS" : "core-image-full-cmdline:do_populate_sdk",
+                "SANITYTARGETS" : "core-image-full-cmdline:do_testsdk",
+                "extravars" : [
+                    "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib32'"
+                ]
             }
         },
         "pkgman-non-rpm" : {
