We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cb28a commit 7dec4dcCopy full SHA for 7dec4dc
lib/pgpm/deb/spec.rb
@@ -56,7 +56,7 @@ def full_pkg_name
56
def arch
57
# https://memgraph.com/blog/ship-it-on-arm64-or-is-it-aarch64
58
# Debian suffixes are "amd64" and "arm64". Here we translate:
59
- case Pgpm::Arch.host.name
+ case Pgpm::Arch.in_scope.name
60
when "amd64", "x86_64"
61
"amd64"
62
when "aarch64", "arm64"
0 commit comments