[BUG] Building ISO with ARCH=aarch64
failing because of missing grub package
#141
Labels
ARCH=aarch64
failing because of missing grub package
#141
Describe the bug
Trying to build an ISO for ARM64/aarch64 fails with the following error message:
To Reproduce
podman run --rm --privileged --volume .:/build-container-installer/build ghcr.io/jasonn3/build-container-installer:latest VERSION=40 IMAGE_NAME=base IMAGE_TAG=40 VARIANT=Server ARCH=aarch64
Expected behavior
ISO build should not fail since using the
ARCH
argument is supported and mentioned in the docs.Additional context
The root issue seems to be here: https://github.com/weldr/lorax/blob/ab611dfa81cd23a9e842dc8668e08e1f113f312d/share/templates.d/99-generic/runtime-install.tmpl#L69-L75
Not sure if this issue is better fixed upstream, but to detect such issues I believe it would be nice to expand the automated test matrix to test
ARCH=aarch64
as well in addition to x86_64.Full run:
The text was updated successfully, but these errors were encountered: