chore(vm): Disable ARM64 Generic target (package repo issues)
This commit is contained in:
parent
19ee3b761d
commit
89e6db8631
11
.github/workflows/build-vm-appliance.yml
vendored
11
.github/workflows/build-vm-appliance.yml
vendored
@ -72,11 +72,12 @@ jobs:
|
||||
pkg_arch: x86-64
|
||||
description: "x86/64 BIOS (Legacy systems)"
|
||||
# ARM64 targets
|
||||
- name: aarch64-generic
|
||||
target: armsr/armv8
|
||||
boot: efi
|
||||
pkg_arch: aarch64-generic
|
||||
description: "ARM64 Generic (QEMU/Proxmox ARM)"
|
||||
# Note: aarch64-generic (armsr/armv8) disabled - package repo issues
|
||||
# - name: aarch64-generic
|
||||
# target: armsr/armv8
|
||||
# boot: efi
|
||||
# pkg_arch: aarch64-generic
|
||||
# description: "ARM64 Generic (QEMU/Proxmox ARM)"
|
||||
- name: rpi4
|
||||
target: bcm27xx/bcm2711
|
||||
boot: native
|
||||
|
||||
Loading…
Reference in New Issue
Block a user