SAP / cf-html5-apps-repo-cli-plugin

Cloud Foundry CLI plugin to work with SAP Cloud HTML5 Applications Repository
Apache License 2.0
43 stars 5 forks source link

Support arm64 for macOS and Linux #68

Open micellius opened 7 months ago

micellius commented 7 months ago

Description

The arm64 processors become more and more popular among developers and become an option in several CI/CD environments. To use html5-plugin in these environments, currently the only option is to build the binaries from source code, however this is not convenient for users, especially for folks that are not used to build Go projects. To simplify the process of plugin installation and adoption, it would be beneficial to attach relevant binaries for arm64 macOS and Linux to the release.

Once cloudfoundry/cli#2292 is resolved, the additional platforms should be added to CF CLI Plugins release of html5-plugin as well.

Qualities of Change