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 git-lfs for ARM64
The Git LFS package contains artifacts that are downloaded from that
project (i.e. they are not actually built by Git for Windows), therefore
we can use an x86_64 host to build an arm64 package.
Signed-off-by: Johannes Schindelin <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/build-and-deploy.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,7 @@ jobs:
250
250
aarch64,*) echo "clangarm64";;
251
251
*,mingw-w64-wintoast) echo "mingw32 mingw64 clangarm64";; # We're (cross-)compiling via Visual Studio
252
252
*,mingw-w64-git-credential-manager) echo "mingw32 mingw64 clangarm64";; # We're downloading the pre-built x86 artifacts and using them for all three platforms
253
+
*,mingw-w64-git-lfs) echo "mingw32 mingw64 clangarm64";; # We're downloading the pre-built artifacts from Git LFS' official release page
0 commit comments