feat: Add support for Windows ARM64 architecture in build workflows and scripts
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -90,6 +90,9 @@ jobs:
|
||||
- runner: windows-latest
|
||||
goos: windows
|
||||
goarch: amd64
|
||||
- runner: windows-latest
|
||||
goos: windows
|
||||
goarch: arm64
|
||||
- runner: macos-latest
|
||||
goos: darwin
|
||||
goarch: amd64
|
||||
|
||||
Reference in New Issue
Block a user