Update go.yml

This commit is contained in:
Bernd Schoolmann 2024-02-03 20:23:56 +01:00 committed by GitHub
parent 7ca312ad53
commit 4add545000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: go build -tags "nofido2" -o "goldwarden_macos_x86_64" -v .
run: go build -tags "nofido2" -o "goldwarden_macos_aarch64" -v .
- uses: actions/upload-artifact@v3
with:
name: goldwarden-macos_aarch64