Skip to content

Commit 92f1770

Browse files
authored
Merge pull request #1376 from tdawson/no-s390x-thunderbird
thunderbird is not build on s390x
2 parents 6665872 + ed97b1f commit 92f1770

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

configs/sst_display_productivity-thunderbird.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ data:
44
name: Mozilla Thunderbird
55
description: Default e-mail client for Workstation
66
maintainer: sst_display_productivity
7-
packages:
8-
- thunderbird
7+
packages: []
8+
arch_packages:
9+
aarch64:
10+
- thunderbird
11+
ppc64le:
12+
- thunderbird
13+
x86_64:
14+
- thunderbird
915
labels:
1016
# This package is only in ELN Extras because in RHEL we're using a different
1117
# packaging than in Fedora (and in fact in RHEL 10 this will be shipped in

0 commit comments

Comments
 (0)