File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ deploy_mkdir $DEPLOY_DIR/htmls
93
93
94
94
deploy_log " Resolve / Create Index for base architecture"
95
95
deploy_do " gen:resolved_arch"
96
+ tar czf $DEPLOY_DIR /resolved_arch.tar.gz gen/resolved_arch/_
96
97
deploy_cp_recursive gen/resolved_arch/_ $DEPLOY_DIR /resolved_arch
97
98
98
99
deploy_log " Create _site/isa_explorer"
@@ -169,7 +170,19 @@ cat <<- EOF > $DEPLOY_DIR/index.html
169
170
<br/>
170
171
<h3>Resolved architecture</h3>
171
172
<ul>
172
- <li><a href="$PAGES_URL /resolved_arch/index.yaml">index.yaml</a> Database index, as array of relative paths from $PAGES_URL /resolved_arch</li>
173
+ <li>
174
+ <a href="$PAGES_URL /resolved_arch/index.yaml">index.yaml</a>
175
+ Database index, as array of relative paths from $PAGES_URL /resolved_arch
176
+ <ul>
177
+ <li>
178
+ For example, you can find <a href="$PAGES_URL /resolved_arch/ext/Sm.yaml">Sm.yaml</a> at $PAGES_URL /resolved_arch/ext/Sm.yaml
179
+ </li>
180
+ </ul>
181
+ </li>
182
+ <li>
183
+ <a href="$PAGES_URL /resolved_arch.tar.gz">resolved_arch.tar.gz</a>
184
+ The contents of the resolved architecture as a tarball
185
+ </li>
173
186
</ul>
174
187
175
188
<br/>
You can’t perform that action at this time.
0 commit comments