Skip to content

Commit b1bf5e0

Browse files
authored
feat: add resolved_arch tarball to deploy (#757)
1 parent c232bf0 commit b1bf5e0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lib/deploy.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ deploy_mkdir $DEPLOY_DIR/htmls
9393

9494
deploy_log "Resolve / Create Index for base architecture"
9595
deploy_do "gen:resolved_arch"
96+
tar czf $DEPLOY_DIR/resolved_arch.tar.gz gen/resolved_arch/_
9697
deploy_cp_recursive gen/resolved_arch/_ $DEPLOY_DIR/resolved_arch
9798

9899
deploy_log "Create _site/isa_explorer"
@@ -169,7 +170,19 @@ cat <<- EOF > $DEPLOY_DIR/index.html
169170
<br/>
170171
<h3>Resolved architecture</h3>
171172
<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>
173186
</ul>
174187
175188
<br/>

0 commit comments

Comments
 (0)