Commit Graph

3 Commits

Author SHA1 Message Date
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
Dennis Ameling
d7a3a090df Update formatting for Go 1.17
From the 1.17 release notes (https://golang.org/doc/go1.17#gofmt): gofmt (and go fmt) now synchronizes //go:build lines with // +build lines.

More info about this change can be found at https://golang.org/design/draft-gobuild
2021-08-17 20:24:58 +02:00
brian m. carlson
51fdfc258f
Run go generate only on Windows
On Windows, we want to run goversioninfo, which embeds certain version
information into Windows binaries. However, despite compiling and
running on non-Windows systems, it isn't very useful there. Move the
go:generate comment into a separate file that's only built on Windows.
2019-01-15 22:17:53 +00:00