Skip to content

Commit

Permalink
Added Windows variant to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Nov 12, 2023
1 parent 15f18c8 commit b87a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ function BuildVariants {
Set-Location $PSScriptRoot

# Release
BuildVariants -ldflags "$LDFLAGS -s" -prefix fastsync -path . -arch @("386", "amd64", "arm64") -os @("linux", "openbsd", "darwin", "freebsd")
BuildVariants -ldflags "$LDFLAGS -s" -prefix fastsync -path . -arch @("386", "amd64", "arm64") -os @("linux", "openbsd", "darwin", "freebsd", "windows")

0 comments on commit b87a26f

Please sign in to comment.