that's actually a config now

This commit is contained in:
Half-Shot 2025-03-03 10:09:19 +00:00
parent 3c4791f7ce
commit 0bb7ccb054

View File

@ -22,10 +22,6 @@ on:
type: string type: string
required: true required: true
description: "The architecture to build for, one of 'x64' | 'ia32' | 'arm64'" 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: version:
type: string type: string
required: false required: false
@ -62,8 +58,10 @@ jobs:
"build-args": "--ia32", "build-args": "--ia32",
"arch": "x86", "arch": "x86",
"extra_config": { "extra_config": {
"title": "Element will no longer be available for this platform soon", "user_notice": {
"description": "Support for 32-bit Windows installations will be removed in the next release." "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."
}
} }
} }
} }