Skip to content

Commit

Permalink
add windows arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Aug 13, 2024
1 parent 3e69d8c commit acc9452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- {GOOS: linux, GOARCH: arm64}
- {GOOS: darwin, GOARCH: amd64}
- {GOOS: darwin, GOARCH: arm64}
- {GOOS: windows, GOARCH: amd64}
- {GOOS: windows, GOARCH: amd64},
- {GOOS: windows, GOARCH: arm64},
- {GOOS: freebsd, GOARCH: amd64}
steps:
- name: Install Go
Expand Down

0 comments on commit acc9452

Please sign in to comment.