mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #217 from runborg/armfix
T4197: Fix architecture on custom deb repositories on arm
This commit is contained in:
commit
b05aabd3d4
@ -2,5 +2,9 @@
|
||||
"inherit_from": "data/defaults.json",
|
||||
"architecture": "arm64",
|
||||
"kernel_flavor": "v8-arm64-vyos",
|
||||
"bootloaders": "grub-efi"
|
||||
"bootloaders": "grub-efi",
|
||||
"additional_repositories": [
|
||||
"deb [arch=arm64] http://repo.powerdns.com/debian bullseye-rec-45 main",
|
||||
"deb [arch=arm64] https://repos.influxdata.com/debian bullseye stable"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user