Skip to content

Commit 0182e6f

Browse files
committed
.github: build a toolchain for windows/amd64
We will need this for some of our in-progress build/CI improvements. Updates tailscale/corp#24680 Signed-off-by: M. J. Fromberger <[email protected]>
1 parent 96578f7 commit 0182e6f

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
@@ -32,8 +32,11 @@ jobs:
3232
build_release:
3333
strategy:
3434
matrix:
35-
GOOS: ["linux", "darwin"]
35+
GOOS: ["linux", "darwin", "windows"]
3636
GOARCH: ["amd64", "arm64"]
37+
exclude:
38+
- GOOS: windows
39+
GOARCH: arm64
3740
runs-on: ubuntu-20.04
3841
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
3942
steps:

0 commit comments

Comments
 (0)