Skip to content

Commit adbf0c6

Browse files
authored
Windows on ARM builds (#21)
1 parent 3c27dbd commit adbf0c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
goarch: amd64
4141
archive_suffix: windows-x64
4242
binary_name: tsgo.exe
43+
- goos: windows
44+
goarch: arm64
45+
archive_suffix: windows-arm64
46+
binary_name: tsgo.exe
4347

4448
steps:
4549
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)