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
With GitHub actions' new ARM runners, the Aptos CLI can be easily containerized for both AMD and ARM applications, effectively covering almost anyone who needs to develop on a standard PC, regardless of whether it is Linux/Mac/Windows
Motivation
The Aptos CLI is one of the most important tools for SDK, e2e, CI, etc. tests, and compiling it locally or in CI is burdensome due to the excessive number of crate dependencies
🚀 Feature Request
@banool @davidiw @gregnazario @sherry-x cc @CRBl69 @xbtmatt
With GitHub actions' new ARM runners, the Aptos CLI can be easily containerized for both AMD and ARM applications, effectively covering almost anyone who needs to develop on a standard PC, regardless of whether it is Linux/Mac/Windows
Motivation
The Aptos CLI is one of the most important tools for SDK, e2e, CI, etc. tests, and compiling it locally or in CI is burdensome due to the excessive number of crate dependencies
Note per X post:
Pitch
Due to dependencies on the Aptos CLI for our assorted testing, we (Econia Labs) already developed CI to do this but since it is not part of Aptos official tooling, other developers will be less likely to use it: https://github.com/econia-labs/cloud-infra/blob/4ab32d81bc1060295f8ea30b81827426acaa8fe0/src/aptos-cli
aptoslabs
Docker Hub organization, with new builds any time a CLI release happensThe text was updated successfully, but these errors were encountered: