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
Some of our users want to upgrade their CLI, but its fails:
@uns/cli: Updating CLI... !
Error: HTTP Error 404 for GET https://my.domain.com/wsl-x64
<?xml version='1.0' encoding='UTF-8'?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not
exist.</Message><RequestId>txb8822e97861143d598f96-005fdc9fd2</RequestId><Key>wsl-x64</Key></Error>
Their CLI are looking for wsl-x64 arch packages ... which don't exist in our S3 bucket.
Of course it's linked to oclif/config#107
How to publish them?
I want to contribute an improvement, but I don't even know if wsl-x64 derives from Windows or Linux architecture 😜
The text was updated successfully, but these errors were encountered:
Hello,
Some of our users want to upgrade their CLI, but its fails:
Their CLI are looking for
wsl-x64
arch packages ... which don't exist in our S3 bucket.Of course it's linked to oclif/config#107
How to publish them?
I want to contribute an improvement, but I don't even know if
wsl-x64
derives from Windows or Linux architecture 😜The text was updated successfully, but these errors were encountered: