You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/MakeRelease.html
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,15 @@ <h1>Creating a new release</h1>
32
32
in all <code>cmake</code> commands (4 instances at the time of last update of this documentation).
33
33
<li>Commit and push this change to trigger a new build on GitHub Actions.
34
34
Wait for that build to complete.
35
-
<li>Download the 4 artifacts. Unzip them and rename them to the following:
35
+
<li>Download the 5 artifacts. Unzip them and rename them to the following:
36
36
<ul>
37
37
<li><code>shasta-Linux-X.Y.Z</code>
38
38
<li><code>shasta-macOS-10-X.Y.Z</code>
39
39
<li><code>shasta-macOS-11-X.Y.Z</code>
40
40
<li><code>shasta-Ubuntu-20.04-X.Y.Z.tar</code>
41
+
<li><code>shasta-docs-X.Y.Z.tar</code>
41
42
</ul>
42
-
<li>Build Shasta for 64-bit ARM (<code>aarch64</code>). Github Actions currently don't support ARM. So the easiest way to do this is on a Graviton2 ec2 instance in AWS as follows:
43
+
<li>Build Shasta for 64-bit ARM (<code>aarch64</code>). Github Actions currently does not support ARM. So the easiest way to do this is on a Graviton2 ec2 instance in AWS as follows:
0 commit comments