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 release target to Makefile #62

Merged
merged 1 commit into from
Jan 16, 2020
Merged

Add release target to Makefile #62

merged 1 commit into from
Jan 16, 2020

Conversation

btromanova
Copy link
Contributor

The approach that was used before to build release was involving using goreleaser docker container (see Dockerfile).
The problem with that was that Docker container uses Linux Alpine, which has the different version of libc. Some dependency of astro uses libc, so with the previous approach the binary won't start because libc.musl-x86_64.so.1 is not available on Debian by default.

The new approach is to start golang docker container and make a release there.

@btromanova btromanova requested a review from dansimau January 16, 2020 17:13
Copy link
Contributor

@dansimau dansimau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, LGTM. I wonder if we can look at why we even need to link to libc. Something to do with x/sys/unix.

@btromanova btromanova merged commit a16ed4d into master Jan 16, 2020
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