Hi,
I am trying to install google fluentd on debian arm64 AWS EC2 instance and it complains as below
Package google-fluentd is not available, but is referred to by another package.
It works fine on non arm instance though.
I followed this link ->https://cloud.google.com/logging/docs/agent/logging/installation
uname -a Linux ip-10-139-81-194 4.19.0-21-arm64 #1 SMP Debian 4.19.249-2 (2022-06-30) aarch64 GNU/Linux
i tried to put [arch=arm64] option as well but still fails.
cat /etc/apt/sources.list.d/google-cloud-logging.list deb [arch=arm64] https://packages.cloud.google.com/apt google-cloud-logging-buster-all main
cat /etc/apt/sources.list.d/google-cloud-logging.list
deb https://packages.cloud.google.com/apt google-cloud-logging-buster-all main
Help would be appreciated :)
Hi,
I am trying to install google fluentd on debian arm64 AWS EC2 instance and it complains as below
Package google-fluentd is not available, but is referred to by another package.
It works fine on non arm instance though.
I followed this link ->https://cloud.google.com/logging/docs/agent/logging/installation
uname -a Linux ip-10-139-81-194 4.19.0-21-arm64 #1 SMP Debian 4.19.249-2 (2022-06-30) aarch64 GNU/Linuxi tried to put [arch=arm64] option as well but still fails.
cat /etc/apt/sources.list.d/google-cloud-logging.list deb [arch=arm64] https://packages.cloud.google.com/apt google-cloud-logging-buster-all mainHelp would be appreciated :)