mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
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:
parent
cd92ad3f16
commit
5301dbf352
@ -1,2 +1,5 @@
|
||||
image: firmware-all
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -1,2 +1,5 @@
|
||||
image: firmware
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
Loading…
Reference in New Issue
Block a user