Change build architecture to amd64

The precompiled capture DLL will still be x86
This commit is contained in:
David Vogel 2022-07-17 14:40:32 +02:00
parent 4551948460
commit 79608d0518

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
goos: [windows] goos: [windows]
goarch: ["386"] goarch: ["amd64"]
steps: steps: