diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-15 21:09:50 +0200 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-09-15 21:09:50 +0200 |
| commit | 2d31a86bb66d92f6b6ddbc88094fac0feb7624eb (patch) | |
| tree | b7789d066ad50419a068804039dce3e0078ed8bf | |
| parent | 267fb0821829b03d33284fa22f3eb31b17f409ff (diff) | |
| download | vyos-build-2d31a86bb66d92f6b6ddbc88094fac0feb7624eb.tar.gz vyos-build-2d31a86bb66d92f6b6ddbc88094fac0feb7624eb.zip | |
kea: T7821: Add Kea 3.0 arm64 repository
| -rw-r--r-- | data/architectures/arm64.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml index 0447d846..9ed68bbb 100644 --- a/data/architectures/arm64.toml +++ b/data/architectures/arm64.toml @@ -12,3 +12,8 @@ squashfs_compression_type = "xz -b 256k -always-use-fragments -no-recovery" [additional_repositories.zabbix] url = "https://repo.zabbix.com/zabbix/6.0/debian-arm64" + +[additional_repositories.kea] + architecture = "arm64" + url = "https://dl.cloudsmith.io/public/isc/kea-3-0/deb/debian" + distribution = "bookworm" |
