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
update-download-data: accommodate for recent changes in Git for Windows
As of v2.49.0, Git for Windows no longer ships 32-bit (also known as
"i686" or "Intel 32-bit") installers. However, Git for Windows started
shipping ARM64 versions since v2.47.1.
Let's accommodate for that by recording these artifacts, using the CPU
architecture rather than merely the bitness (which would now be
meaningless because both x64 and arm64 are 64-bit).
Subsequent commits will consume these new data items.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments