Skip to content

Commit ead54c5

Browse files
committed
feat: add Windows support to release workflow for cross-platform builds
1 parent 1a22a3c commit ead54c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ jobs:
3434
strategy:
3535
matrix:
3636
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
37-
goos: [linux, darwin]
37+
goos: [linux, darwin, windows]
3838
goarch: ["386", amd64, arm64]
3939
exclude:
4040
- goarch: "386"
4141
goos: darwin
42+
- goarch: "arm64"
43+
goos: windows
4244
steps:
4345
- name: "Get Release Info"
4446
run: |

0 commit comments

Comments
 (0)