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
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
Functional - n
User Interface - n
Documentation - y
Introduces new dependency (y/n) - n
Incompatible change (y/n) - n
The text was updated successfully, but these errors were encountered:
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 forarm64
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
The text was updated successfully, but these errors were encountered: