Fix arm64 windows release
This commit is contained in:
parent
cc0c9d40aa
commit
b297bf1ea3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -199,7 +199,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
- name: Build
|
- 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
|
- uses: AButler/upload-release-assets@v2.0
|
||||||
with:
|
with:
|
||||||
files: './goldwarden_windows_aarch64.exe'
|
files: './goldwarden_windows_aarch64.exe'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue