File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
additional_repositories = [
2
- " deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye main" ,
2
+ " deb [arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb stable main" ,
3
3
" deb https://repo.zabbix.com/zabbix/6.0/debian bookworm main"
4
4
]
5
5
Original file line number Diff line number Diff line change 1
1
additional_repositories = [
2
- " deb [arch=arm64] https://repo.saltproject.io/py3/debian/11/arm64/3005 bullseye main" ,
2
+ " deb [arch=arm64] https://packages.broadcom.com/artifactory/saltproject-deb stable main" ,
3
3
" deb https://repo.zabbix.com/zabbix/6.0/debian-arm64 bookworm main"
4
4
]
5
5
Original file line number Diff line number Diff line change 1
1
additional_repositories = [
2
- " deb [arch=armhf] https://repo.saltproject.io/py3/debian/11/armhf/3005 bullseye main"
2
+ # The new repository location does not include armhf packages, so we will
3
+ # likely need to build the salt-minion package from source for this arch.
4
+ # "deb [arch=armhf] https://repo.saltproject.io/py3/debian/11/armhf/3005 bullseye main"
3
5
]
4
6
5
7
# Packages included in armhf images by default
You can’t perform that action at this time.
0 commit comments