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 standalone executable binaries by pkg (experimental) #87

Merged
merged 8 commits into from
May 7, 2019

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented May 7, 2019

Add build script to create standalone executable binaries by using pkg. It is based on feedback to yhatt/marp#13 (comment).

Marp CLI have already provided Docker image to user not wanted to install Node and Chrome / Chromium. However, it can not win against the standalone binary that is required no dependent tools.

Though the compiled binary by pkg seems working very well, I'm afraid to the difference of behavior caused from pkg's snapshot filesystem. (e.g. Carlo is not working in default setting. This PR includes fix to use tmp directory as a profile directory for Carlo). Thus, we mark binaries as experimental.

We are going to work for automation uploading binaries to Github release in another PR.

@yhatt yhatt merged commit 7b01779 into master May 7, 2019
@yhatt yhatt deleted the pkg-standalone-build branch May 7, 2019 11:28
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