pkg/firmware: Disable firmware packages for s390x

Reduce the number of packages to build for s390x. Firmware
is only used for physical devices, so disable it for s390x
where we mostly run in virtual machines.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2020-04-13 15:37:28 +01:00
parent cd92ad3f16
commit 5301dbf352
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,5 @@
image: firmware-all image: firmware-all
network: true network: true
arches:
- amd64
- arm64

View File

@ -1,2 +1,5 @@
image: firmware image: firmware
network: true network: true
arches:
- amd64
- arm64