Update archive_build to call --official_build so we create recovery images automatically
diff --git a/buildbot/cbuildbot_commands.py b/buildbot/cbuildbot_commands.py
index 910d104..45beef4 100644
--- a/buildbot/cbuildbot_commands.py
+++ b/buildbot/cbuildbot_commands.py
@@ -399,6 +399,7 @@
          '--gsd_gen_index',
            '/b/scripts/gsd_generate_index/gsd_generate_index.py',
          '--gsutil', '/b/scripts/slave/gsutil',
+         '--official_build',
   ]
   # Give the right args to archive_build.
   if buildconfig.get('factory_test_mod', True): cmd.append('--factory_test_mod')