mirror of
https://github.com/ipxe/ipxe
synced 2026-05-08 15:02:55 +03:00
[ci] Use ipxe-builder-utils container for combined BIOS/UEFI images
We currently use the ipxe-signer container for the step that combines the BIOS and UEFI build artifacts to produce the multi-architecture ISO and USB images. Switch to using the generic architecture-independent utility toolchain container, thereby allowing the ipxe-signer container to minimise its attack surface by removing tools that are not required for the signing operation. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -340,7 +340,7 @@ jobs:
|
||||
- bios
|
||||
- uefi
|
||||
container:
|
||||
image: ghcr.io/ipxe/ipxe-signer
|
||||
image: ghcr.io/ipxe/ipxe-builder-utils
|
||||
env:
|
||||
binaries: >-
|
||||
bin-x86_64-pcbios/${DRIVERS}.lkrn
|
||||
|
||||
Reference in New Issue
Block a user