mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 16:23:49 +00:00
linuxkit/mkimage-iso-bios did not work on aarch64 (no syslinux) and will error. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
6 lines
81 B
Makefile
6 lines
81 B
Makefile
IMAGE=mkimage-iso-bios
|
|
DEPS=make-iso
|
|
ARCHES=x86_64
|
|
|
|
include ../../pkg/package.mk
|