From 68fd49c22402460fd3bcf543072f96bfb582f6c7 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 16 Sep 2021 11:36:34 +0200 Subject: [PATCH] arm64 windows build --- .github/workflows/build-app-beta.yaml | 6 ++++-- app/package.json | 8 +++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 5674fd5b..80313a96 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -78,8 +78,10 @@ jobs: cp app/dist/*x86*.AppImage artifacts/dbgate-beta.AppImage || true cp app/dist/*arm64*.AppImage artifacts/dbgate-beta-arm64.AppImage || true cp app/dist/*armv7l*.AppImage artifacts/dbgate-beta-armv7l.AppImage || true - cp app/dist/*.exe artifacts/dbgate-beta.exe || true - cp app/dist/*win*.zip artifacts/dbgate-windows-beta.zip || true + cp app/dist/*win_x64.exe artifacts/dbgate-beta.exe || true + cp app/dist/*win_arm64.exe artifacts/dbgate-beta-arm64.exe || true + cp app/dist/*win_x64.zip artifacts/dbgate-windows-beta.zip || true + cp app/dist/*win_arm64.zip artifacts/dbgate-windows-beta-arm64.zip || true cp app/dist/*-mac.dmg artifacts/dbgate-beta.dmg || true cp app/dist/*-mac_arm64.dmg artifacts/dbgate-beta-arm64.dmg || true diff --git a/app/package.json b/app/package.json index 5f9b6acc..99eaa279 100644 --- a/app/package.json +++ b/app/package.json @@ -67,7 +67,13 @@ }, "win": { "target": [ - "nsis", + { + "target": "nsis", + "arch": [ + "x64", + "arm64" + ] + }, { "target": "zip", "arch": [