Skip to content

Commit 06a4e4f

Browse files
committed
.github: include windows output in release artifacts
I missed this in #106 Updates tailscale/corp#24680 Signed-off-by: M. J. Fromberger <[email protected]>
1 parent 0182e6f commit 06a4e4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@ jobs:
9595
upload_release:
9696
strategy:
9797
matrix:
98-
GOOS: ["linux", "darwin"]
98+
GOOS: ["linux", "darwin", "windows"]
9999
GOARCH: ["amd64", "arm64"]
100+
exclude:
101+
- GOOS: windows
102+
GOARCH: arm64
100103
runs-on: ubuntu-20.04
101104
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
102105
needs: [create_release]

0 commit comments

Comments
 (0)