Skip to content

Commit 5ceb3c2

Browse files
committed
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]>
1 parent fb9dda1 commit 5ceb3c2

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)