Revert "Coin: sign only x86 packages"
This reverts commit 8d5e7d50d8.
Reason for revert: Arm packages should be sign-able now.
Change-Id: I6a896bfd84927da9c15647d207a6ad5024a27949
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit a33811ee8d746d70a7eba4ba8b1d321ace96f741)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
parent
cfa9691cba
commit
3a665a308d
|
|
@ -87,9 +87,6 @@ instructions:
|
|||
- condition: property
|
||||
property: features
|
||||
contains_value: Packaging
|
||||
- condition: property
|
||||
property: host.arch
|
||||
equals_value: X86_64 # Sign only on X86 until Coin has support for arm signing
|
||||
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||
maxTimeInSeconds: 1200
|
||||
maxTimeBetweenOutput: 1200
|
||||
|
|
|
|||
|
|
@ -84,9 +84,6 @@ instructions:
|
|||
- condition: property
|
||||
property: features
|
||||
contains_value: Packaging
|
||||
- condition: property
|
||||
property: host.arch
|
||||
equals_value: X86_64 # Sign only on X86 until Coin has support for arm signing
|
||||
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||
maxTimeInSeconds: 1200
|
||||
maxTimeBetweenOutput: 1200
|
||||
|
|
|
|||
Loading…
Reference in New Issue