Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build artifact naming convention: Consider including CPU arch in build artifact name #607

Open
MikeTheSnowman opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MikeTheSnowman
Copy link
Collaborator

MikeTheSnowman commented Sep 24, 2024

Enhancement Request

This ER is related to issue #606.
We may want to consider updating the name convention of the fcli native binary build artifacts to also include the cpu architecture in the file name. The macOS ecosystem is currently in transition from x86_64 (Intel) to ARM (Apple Silicon/M1), Linux is commonly used with ARM (and possibly RISC-V), and there is a growing base of Windows on ARM as well.
As an example, if we ever product a build of fcli for Linux on ARM, the build artifact file name could be fcli-linux-arm64.tgz. For the x86_64 builds, we can probably just leave the file names as-is so that we don't accidentally break anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant