GoogleCloudPlatform / artifact-registry-apt-transport

Apache License 2.0
10 stars 17 forks source link

Add arm64 binary #15

Open zeriyoshi opened 1 year ago

zeriyoshi commented 1 year ago

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/Packages arm64 Packages: https://packages.cloud.google.com/apt/dists/apt-transport-artifact-registry-stable/main/binary-arm64/Packages

zeriyoshi commented 1 year ago

I found binaries for arm64 provided as unstable.

https://packages.cloud.google.com/apt/dists/apt-transport-artifact-registry-unstable/main/binary-arm64/Packages

It probably works perfectly. I am waiting for the day when it will move to stable.