digital-asset/daml

Assistant can't install 3.0/3.1/3.2 versions with architecture prefixes/suffixes

Closed this issue · 1 comments

As of this PR https://github.com/DACH-NY/assembly/pull/395/files 3.0/3.1/3.2 all have the architecture included in their filename, e.g.

daml-sdk-3.2.0-snapshot.20240814.13230.0.vc62dc41c-linux-aarch64.tar.gz
daml-sdk-3.2.0-snapshot.20240814.13230.0.vc62dc41c-linux-x86_64.tar.gz
daml-sdk-3.2.0-snapshot.20240814.13230.0.vc62dc41c-linux.tar.gz
daml-sdk-3.2.0-snapshot.20240814.13230.0.vc62dc41c-macos-x86_64.tar.gz
daml-sdk-3.2.0-snapshot.20240814.13230.0.vc62dc41c-windows-x86_64.tar.gz

We did not notice until now because Linux tarballs are still available without an architecture tag for legacy reasons, which meant retrieval on our Linux machines worked fine.

Related to #18714 and #18766