From 1caa217149f3c75f8eb51879d463788c7ee350e4 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Mon, 6 May 2024 19:49:05 +1200 Subject: [PATCH] Removed some build targets --- .github/workflows/prod-desktop.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/prod-desktop.yml b/.github/workflows/prod-desktop.yml index 4e475bea..90668d06 100644 --- a/.github/workflows/prod-desktop.yml +++ b/.github/workflows/prod-desktop.yml @@ -12,31 +12,17 @@ jobs: node-version: [18] runtime: - linux-x64 - - linux-armv7l - - linux-arm64 - win-x64 - - win-arm64 - osx-x64 include: - runtime: linux-x64 os: ubuntu-latest - - - runtime: linux-armv7l - os: ubuntu-latest - - - runtime: linux-arm64 - os: ubuntu-latest - - runtime: osx-x64 os: macOS-latest - - runtime: win-x64 os: windows-latest - - runtime: win-arm64 - os: windows-latest - runs-on: ${{ matrix.os }} steps: