forked from CringeStudios/element-desktop
drop build_and_deploy.yaml changes
This commit is contained in:
parent
7c17bdcafe
commit
782ba453cf
8
.github/workflows/build_and_deploy.yaml
vendored
8
.github/workflows/build_and_deploy.yaml
vendored
@ -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 }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user