Skip to content

Commit

Permalink
Build executable for windows amd64 architecture (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgraeff authored Aug 9, 2024
1 parent 9291504 commit e721081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
cd "$PROJECT_ROOT"
mkdir -p dist

build_matrix=("linux,amd64" "darwin,amd64" "darwin,arm64")
build_matrix=("linux,amd64" "darwin,amd64" "darwin,arm64", "windows,amd64")

for i in "${build_matrix[@]}"; do
IFS=',' read os arch <<< "${i}"
Expand Down

0 comments on commit e721081

Please sign in to comment.