git-lfs/git-lfs_windows_arm64.go
Dennis Ameling de4e5c5ffd Add support for Windows arm64
Go 1.17 added support for building for Windows arm64. This commit adds
that support to Git LFS, including the required CI + installer logic.
2021-08-18 22:01:11 +02:00

7 lines
105 B
Go

//go:build windows && arm64
// +build windows,arm64
//go:generate goversioninfo -arm=true
package main