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

Feat/github-actions-release #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dexter21767-dev
Copy link
Member

@dexter21767-dev dexter21767-dev commented Mar 4, 2025

after the updating the node-ssh module, the minimum required version of node is node12.
update pkg to the next version that supports node12+.
the newer pkg version doesn't support build x86 executables, so those were removed from the targets. keeping only x64 targets.

added 2 workflows. one for building on PR, executables can be downloaded from the artifacts of the workflow and tested by testers and used by devops for testing new features on servers.
and the other workflow for building and releasing to github after each push/merge to master.

a working implementation can be found on this repo

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.

1 participant