build: T6776: use the official Zabbix repo for zabbix-agent2

This commit is contained in:
Daniil Baturin 2024-10-17 11:13:35 +01:00
parent 2359180068
commit bf2e6afc49
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
additional_repositories = [
"deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye main"
"deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye main",
"deb https://repo.zabbix.com/zabbix/6.0/debian bookworm main"
]
# Packages added to images for x86 by default

View File

@ -1,5 +1,6 @@
additional_repositories = [
"deb [arch=arm64] https://repo.saltproject.io/py3/debian/11/arm64/3005 bullseye main"
"deb [arch=arm64] https://repo.saltproject.io/py3/debian/11/arm64/3005 bullseye main",
"deb https://repo.zabbix.com/zabbix/6.0/debian-arm64 bookworm main"
]
# Packages included in ARM64 images by default