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
build-and-deploy: use hosted runners for wintoast/gcm for ARM64
The wintoast package contains artifacts built using Visual Studio, i.e.
we can use an x86_64 host to build an arm64 package.
The Git Credential Manager package contains artifacts that are
downloaded from that project (i.e. they are not actually built by Git
for Windows), so we can use an x86_64 host to build an arm64 package.
Therefore, let's special-case these two packages.
Signed-off-by: Johannes Schindelin <[email protected]>
*,mingw-w64-wintoast) echo "mingw32 mingw64 clangarm64";; # We're (cross-)compiling via Visual Studio
248
+
*,mingw-w64-git-credential-manager) echo "mingw32 mingw64 clangarm64";; # We're downloading the pre-built x86 artifacts and using them for all three platforms
0 commit comments