forked from CringeStudios/element-desktop
that's actually a config now
This commit is contained in:
parent
3c4791f7ce
commit
0bb7ccb054
6
.github/workflows/build_windows.yaml
vendored
6
.github/workflows/build_windows.yaml
vendored
@ -22,10 +22,6 @@ on:
|
||||
type: string
|
||||
required: true
|
||||
description: "The architecture to build for, one of 'x64' | 'ia32' | 'arm64'"
|
||||
extra_config:
|
||||
type: string
|
||||
required: false
|
||||
description: "Additional configuration for config.json to be inserted for this build."
|
||||
version:
|
||||
type: string
|
||||
required: false
|
||||
@ -62,11 +58,13 @@ jobs:
|
||||
"build-args": "--ia32",
|
||||
"arch": "x86",
|
||||
"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: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user