Skip to content

Commit

Permalink
cicd: create binary for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-linnovate committed Sep 27, 2024
1 parent 8e1f002 commit 31c58b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ osx-dev: main.go
GOOS=darwin GOARCH=amd64 go build -o bin/dev/hossted-dev-darwin-amd64 -v -ldflags=${DEVFLAGS}

windows-dev: main.go
GOOS=windows GOARCH=386 go build -o bin/windows/hossted-dev.exe -v -ldflags=${DEVFLAGS}
GOOS=windows GOARCH=386 go build -o bin/dev/hossted-dev.exe -v -ldflags=${DEVFLAGS}

test: main.go
go test -v ./... -short

0 comments on commit 31c58b6

Please sign in to comment.