From 782ba453cfb6f4260ca8222058722565f3ce5b30 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 3 Mar 2025 10:08:20 +0000 Subject: [PATCH] drop build_and_deploy.yaml changes --- .github/workflows/build_and_deploy.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 11d1d85e..7c45433a 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -63,18 +63,10 @@ jobs: strategy: matrix: arch: [ia32, x64, arm64] - include: - - arch: ia32 - extra_config: |- - "user_notice": { - "title": "Element will no longer be available for this platform soon", - "description": "Support for 32-bit Windows installations will be removed in the next release." - } uses: ./.github/workflows/build_windows.yaml secrets: inherit with: sign: true - extra_config: ${{ matrix.extra_config }} arch: ${{ matrix.arch }} version: ${{ needs.prepare.outputs.nightly-version }}