drop build_and_deploy.yaml changes

This commit is contained in:
Half-Shot 2025-03-03 10:08:20 +00:00
parent 7c17bdcafe
commit 782ba453cf

View File

@ -63,18 +63,10 @@ jobs:
strategy: strategy:
matrix: matrix:
arch: [ia32, x64, arm64] 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 uses: ./.github/workflows/build_windows.yaml
secrets: inherit secrets: inherit
with: with:
sign: true sign: true
extra_config: ${{ matrix.extra_config }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
version: ${{ needs.prepare.outputs.nightly-version }} version: ${{ needs.prepare.outputs.nightly-version }}