-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu: enable packing riscv64 cloud images #214
base: main
Are you sure you want to change the base?
Conversation
Building on arm64 failed without if=none for the drives. I have force pushed the change. |
The parameter |
Could you rebase this on top of main? I landed a small change to make the ARCH field in ubuntu images a makefile parameter so we can test arches with our tooling |
@SK1Y101 thank you for reviewing. I have rebased the patches. With your patch I don't have use packer directly anymore.
works fine. |
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
add riscv64 architecture to ubuntu-cloudimg
The name of the directory for the riscv64 EDK 2 firmware does not match the prefix of the firmware files. An additional variable was needed.
ubuntu: set bootindex=1 for packer-cloudimg
EDK 2 at least on riscv64 will not use the first disk as first boot option automatically. We need to assign a bootindex.
Testing
For testing the riscv64 build Ubuntu 24.04, Packer v1.10.2, qemu-system-misc 8.2.1+ds-1ubuntu1, qemu-efi-riscv64 2024.02-1 were used.
or