I had thought that there had been no arm64 packages added to the the ubuntu repo for 6.0. I updated the URL in my zabbix repo from 5.5 to 6.0 and it said there wasn't anything there for arm64. This is the URL I ended up with:
Turns out that I needed a different URL:
I also tried installing the "all" version of the zabbix-release package found under the first URL, but that made no difference. After learning the new repo structure and updating the URL in my repo file, I decided to try installing the zabbix-release package from the ubuntu-arm64 directory. That made no change to the repo file, suggesting that the zabbix-release package under ubuntu-arm64 is different than the one under ubuntu ... which makes no sense to me because both .deb files have identical filenames and claim they are for all architectures.
When I was using the 5.5 repo to install pre-release and release candidate versions of 6.0.0, it all worked on my raspberry pi without the URL needing to be different from amd64 systems. After the full 6..x release was added, it looks like the repo was completely restructured, breaking my existing setup. I was able to get it working, but others might not know how to fix their system. This problem is bigger than the raspberry pi ... many AWS instances are arm64.
Turns out that I needed a different URL:
I also tried installing the "all" version of the zabbix-release package found under the first URL, but that made no difference. After learning the new repo structure and updating the URL in my repo file, I decided to try installing the zabbix-release package from the ubuntu-arm64 directory. That made no change to the repo file, suggesting that the zabbix-release package under ubuntu-arm64 is different than the one under ubuntu ... which makes no sense to me because both .deb files have identical filenames and claim they are for all architectures.
When I was using the 5.5 repo to install pre-release and release candidate versions of 6.0.0, it all worked on my raspberry pi without the URL needing to be different from amd64 systems. After the full 6..x release was added, it looks like the repo was completely restructured, breaking my existing setup. I was able to get it working, but others might not know how to fix their system. This problem is bigger than the raspberry pi ... many AWS instances are arm64.