mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #1252] [MERGED] Support building images on other architectures #2912
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2912
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1252
Author: @kaechele
Created: 5/30/2023
Status: ✅ Merged
Merged: 5/31/2023
Merged by: @antonym
Base:
development← Head:arm-build📝 Commits (1)
f02180fSupport building images on other architectures📊 Changes
6 files changed (+22 additions, -11 deletions)
View changed files
📝
roles/netbootxyz/tasks/generate_disks_efi.yml(+6 -2)📝
roles/netbootxyz/tasks/generate_disks_legacy.yml(+6 -2)📝
roles/netbootxyz/tasks/generate_disks_linux.yml(+6 -2)📝
roles/netbootxyz/vars/debian.yml(+2 -2)📝
roles/netbootxyz/vars/redhat.yml(+0 -1)📝
roles/netbootxyz/vars/ubuntu.yml(+2 -2)📄 Description
This unconditionally cross compiles all iPXE images. This has the effect that the build will always produce the correct output for a defined architecture regardless of host architecture.
syslinux is x86 architecture dependent. It doesn't seem to be used in the build process, so the packages are removed from the list of required packages.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.