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

chore: add binary releases #5

Merged
merged 3 commits into from
Oct 16, 2024
Merged

chore: add binary releases #5

merged 3 commits into from
Oct 16, 2024

Conversation

g-linville
Copy link
Member

@g-linville g-linville commented Oct 16, 2024

This adds binary releases of the credential tool so that GPTScript can download and use those instead of having to compile it locally, which will save time for the user.

I'm using a similar pipeline to what we have in gptscript-ai/gptscript-credential-helpers. We are creating just the binaries and a checksum file for them and then uploading them to the release. I am using a third-party release action but it is the same one we use in that other repo, which Docker was also using in their repo.

We're building the Windows binaries on a Windows runner so that we can hopefully avoid any issues that cross compilation may cause.

Signed-off-by: Grant Linville <[email protected]>
Signed-off-by: Grant Linville <[email protected]>
Signed-off-by: Grant Linville <[email protected]>
@g-linville g-linville marked this pull request as ready for review October 16, 2024 13:35
@g-linville g-linville merged commit d4edbac into gptscript-ai:main Oct 16, 2024
3 checks passed
@g-linville g-linville deleted the release branch October 16, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants