Add Windows arm64 binary support

Update build-binaries workflow and shell script to allow for packaging
of both arm64 and x64 versions of the Windows application.
This commit is contained in:
Brian Michel
2026-05-08 20:17:31 -04:00
parent f2b105dd56
commit a5cbd8e1aa
2 changed files with 20 additions and 10 deletions

View File

@@ -69,6 +69,7 @@ jobs:
pi-linux-x64.tar.gz \
pi-linux-arm64.tar.gz \
pi-windows-x64.zip \
pi-windows-arm64.zip \
2>/dev/null || \
gh release upload "${RELEASE_TAG}" \
pi-darwin-arm64.tar.gz \
@@ -76,4 +77,5 @@ jobs:
pi-linux-x64.tar.gz \
pi-linux-arm64.tar.gz \
pi-windows-x64.zip \
pi-windows-arm64.zip \
--clobber