[go: up one dir, main page]

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

Add upload-artifact to build script #62

Merged
merged 3 commits into from
Jan 10, 2022
Merged

Add upload-artifact to build script #62

merged 3 commits into from
Jan 10, 2022

Conversation

CodeWithShreyans
Copy link
Contributor

This will upload the compiled binary to Github actions.

Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>

Fix upload-artifact

Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>

Try to fix upload-artifact again

Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>

Fix name in upload-artifact

Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>
@tkellogg
Copy link
Owner

@DestroyerXyz This looks like it uploads artifacts for every commit on PR and merge. Wouldn't that get noisy?

@CodeWithShreyans
Copy link
Contributor Author

It says inside the action, does not create a release or something.

@CodeWithShreyans
Copy link
Contributor Author
CodeWithShreyans commented Jan 10, 2022

Added build for multiple platforms.
macOS binary doesn't work on arm64-macos because of some OpenSSL issue https://github.com/vorburger/MariaDB4j/issues/497.
Creating an arm64-macos binary is a cumbersome process because of signing requirements kotatogram/kotatogram-desktop#278.
So, currently, M1 users will have to compile themselves.

@tkellogg tkellogg merged commit 6a8d437 into tkellogg:master Jan 10, 2022
@CodeWithShreyans CodeWithShreyans deleted the workflow branch January 10, 2022 17:58
@drupol
Copy link
Collaborator
drupol commented Jan 10, 2022

Excellent, thanks for taking over on this. I had plan to do it, but got busy with life and work lately.

@CodeWithShreyans
Copy link
Contributor Author

You're welcome

@CodeWithShreyans
Copy link
Contributor Author

@tkellogg BTW, you can add [skip ci] to the beginning of a commit to skip ci like if updating the README for example.

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.

3 participants