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
|
pkg_arch: x86-64
|
||||||
description: "x86/64 BIOS (Legacy systems)"
|
description: "x86/64 BIOS (Legacy systems)"
|
||||||
# ARM64 targets
|
# ARM64 targets
|
||||||
- name: aarch64-generic
|
# Note: aarch64-generic (armsr/armv8) disabled - package repo issues
|
||||||
target: armsr/armv8
|
# - name: aarch64-generic
|
||||||
boot: efi
|
# target: armsr/armv8
|
||||||
pkg_arch: aarch64-generic
|
# boot: efi
|
||||||
description: "ARM64 Generic (QEMU/Proxmox ARM)"
|
# pkg_arch: aarch64-generic
|
||||||
|
# description: "ARM64 Generic (QEMU/Proxmox ARM)"
|
||||||
- name: rpi4
|
- name: rpi4
|
||||||
target: bcm27xx/bcm2711
|
target: bcm27xx/bcm2711
|
||||||
boot: native
|
boot: native
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user