[PR #1349] [MERGED] Add arm64 image generation and allow for independent image generation #1408

Closed
opened 2026-02-27 14:55:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1349
Author: @nickshanks347
Created: 11/29/2023
Status: Merged
Merged: 12/6/2023
Merged by: @antonym

Base: developmentHead: development


📝 Commits (3)

  • 821e8be allow independent generation arm64/multiarch images
  • 208847a add arm64 image build
  • 1b16f72 add efi dependency

📊 Changes

2 files changed (+42 additions, -4 deletions)

View changed files

📝 roles/netbootxyz/tasks/generate_disks.yml (+1 -4)
📝 roles/netbootxyz/tasks/generate_disks_hybrid.yml (+41 -0)

📄 Description

This merge does two things:

  1. Allows for independent image generation for ISO/IMG
  2. Generate arm64 ISO/IMG files

ISO/IMG are only generated when generate_disks_legacy, generate_disks_arm and generate_disks_efi are set to true as well as generate_disks_hybrid. I believe any image should be able to be generated independently without having to have all of them generated. The code looks at the variables set and addresses this issue by explicitly declaring dependencies

The second change adds arm64 ISO/IMG generation. With an increasing number of desktops/SBCs using arm64, images for this architecture would be useful.

May be worth adding in separate images for legacy and EFI so image generation times can be cut down.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/1349 **Author:** [@nickshanks347](https://github.com/nickshanks347) **Created:** 11/29/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (3) - [`821e8be`](https://github.com/netbootxyz/netboot.xyz/commit/821e8be3b45fd31e67060a0ebacc98f7fa1d280b) allow independent generation arm64/multiarch images - [`208847a`](https://github.com/netbootxyz/netboot.xyz/commit/208847a3f7f1bbf8df29cdfc361547fd5e5c95fa) add arm64 image build - [`1b16f72`](https://github.com/netbootxyz/netboot.xyz/commit/1b16f727b324db348e289c970ccb47914641ca3f) add efi dependency ### 📊 Changes **2 files changed** (+42 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+1 -4) 📝 `roles/netbootxyz/tasks/generate_disks_hybrid.yml` (+41 -0) </details> ### 📄 Description This merge does two things: 1. Allows for independent image generation for ISO/IMG 2. Generate arm64 ISO/IMG files ISO/IMG are only generated when `generate_disks_legacy`, `generate_disks_arm` and `generate_disks_efi` are set to `true` as well as `generate_disks_hybrid`. I believe any image should be able to be generated independently without having to have all of them generated. The code looks at the variables set and addresses this issue by explicitly declaring dependencies The second change adds arm64 ISO/IMG generation. With an increasing number of desktops/SBCs using arm64, images for this architecture would be useful. May be worth adding in separate images for legacy and EFI so image generation times can be cut down. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:55:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1408
No description provided.