Commit 8c06428
committed
release-git: rank ARM64 higher than 32-bit
The SHA-256 checksums of the Git for Windows release artifacts are
listed at the bottom of Git for Windows' announcement emails.
Certain of those artifacts are deemed more important than others and
are hence listed first. For example, x86_64 is nowadays considered much
more important than i686 (which is deprecated, after all). To present
the artifacts in such an order, the `artifactName2Rank()` function
hard-codes CPU architecture rankings.
When ARM64 artifacts were included, this ranking was not adjusted,
and as a consequence ARM64 ranked way on the bottom. However, ARM64
is the future (or will be, once GitHub comes through with the promise
of hosted runners) because of battery life, performance potentials,
etc, and it should therefore outrank i686.
Let's make it so!
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 4be6390 commit 8c06428
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments