Skip to content

Commit 200fdc9

Browse files
authored
Merge pull request #14 from git-for-windows/git-lfs-aarch64
build-and-deploy: use hosted runners for git-lfs for ARM64
2 parents fb9dda1 + 5ceb3c2 commit 200fdc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
aarch64,*) echo "clangarm64";;
251251
*,mingw-w64-wintoast) echo "mingw32 mingw64 clangarm64";; # We're (cross-)compiling via Visual Studio
252252
*,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
253254
*) echo "mingw32 mingw64";;
254255
esac
255256
)

0 commit comments

Comments
 (0)