Skip to content

Commit eae5ac1

Browse files
authored
build: Produce a Windows arm64 binary (#35461)
1 parent c0547e7 commit eae5ac1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NEW FEATURES
2+
body: We now produce builds for Windows ARM64
3+
time: 2025-09-26T16:41:34.771437+02:00
4+
custom:
5+
Issue: "32719"

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
- {goos: "solaris", goarch: "amd64", runson: "ubuntu-latest", cgo-enabled: "0"}
122122
- {goos: "windows", goarch: "386", runson: "ubuntu-latest", cgo-enabled: "0"}
123123
- {goos: "windows", goarch: "amd64", runson: "ubuntu-latest", cgo-enabled: "0"}
124+
- {goos: "windows", goarch: "arm64", runson: "ubuntu-latest", cgo-enabled: "0"}
124125
- {goos: "darwin", goarch: "amd64", runson: "ubuntu-latest", cgo-enabled: "0"}
125126
- {goos: "darwin", goarch: "arm64", runson: "ubuntu-latest", cgo-enabled: "0"}
126127
fail-fast: false

0 commit comments

Comments
 (0)