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

✨ generate machine readable artifact description for release binaries #30

Open
jeftadlvw opened this issue May 25, 2024 · 1 comment
Labels
feature request New feature or request toolchain Improve or extend the toolchain

Comments

@jeftadlvw
Copy link
Owner

jeftadlvw commented May 25, 2024

When compiling release binaries, a file containing all checksums is automatically generated. It's possible to manually parse that file using splitting, trimming and combining strings. But would't it be much nicer if, next to the checksum.txt, there's also a artifacts.json(or something like that) that contains information about the artifacts? Many libraries exist to parse JSON strings so that information could be extracted more easily for different use cases.

Example:

{
   "schema_version": "1",
   "version": "0.0.1",
   "artifacts": [
      {
         "os": "linux",
         "arch": "amd64",
         "name": "git-nest_linux-amd64"
      },
   ]
}
@jeftadlvw jeftadlvw added feature request New feature or request toolchain Improve or extend the toolchain labels May 25, 2024
@jeftadlvw
Copy link
Owner Author

Could be implemented in combination with #18

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

No branches or pull requests

1 participant