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
GCP official repository does not provide binaries for arm64. However, you can build with GOARCH=arm64 to generate a working binary, which will also install Debian packages from the Artifact Registry successfully.
GCP official repository does not provide binaries for arm64. However, you can build with
GOARCH=arm64
to generate a working binary, which will also install Debian packages from the Artifact Registry successfully.Is there any way to officially support this?
amd64 Packages
: https://packages.cloud.google.com/apt/dists/apt-transport-artifact-registry-stable/main/binary-amd64/Packagesarm64 Packages
: https://packages.cloud.google.com/apt/dists/apt-transport-artifact-registry-stable/main/binary-arm64/PackagesThe text was updated successfully, but these errors were encountered: