diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4ca3fe..92fd80a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,7 +199,7 @@ jobs: with: go-version: '1.20' - name: Build - run: go build -tags nofido2 -o "goldwarden_windows_aarch64.exe" -v . + run: set GOARCH=arm64 && go build -tags nofido2 -o "goldwarden_windows_aarch64.exe" -v . - uses: AButler/upload-release-assets@v2.0 with: files: './goldwarden_windows_aarch64.exe'