You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
As you've discovered, there is no ARM package for google-fluentd. We don't support the ARM architecture yet. I'll leave this open as a feature request, but we don't have a timeline for supporting ARM at the moment. @qingling128 FYI.
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
Help would be appreciated :)
The text was updated successfully, but these errors were encountered: