Sync run_config files with internal CI

Signed-off-by: Zelalem <zelalem.aweke@arm.com>
Change-Id: I0b8e637832f85ad9f36355632ece115c696a8274
diff --git a/run_config/juno-rt32.instr b/run_config/juno-rt32.instr
new file mode 100644
index 0000000..6ebb193
--- /dev/null
+++ b/run_config/juno-rt32.instr
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+# Copyright (c) 2020, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+post_tf_archive() {
+	config_file="$ci_root/tf_config/juno-aarch32-rst-to-sp-min-enable-runtime-instr" \
+		juno_aarch32_runtime
+}