-
Notifications
You must be signed in to change notification settings - Fork 37
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
Create a release #2
Comments
+1 for this. It will really be useful for the same reason (Docker) |
I recently made a Makefile for my own Go project that cross compiles 32 ( Here is the README section about how to use it. Someone could snag that and modify it for this project (Find & replace |
Late to the game but now there are multi-stage docker files, see https://docs.docker.com/develop/develop-images/multistage-build/#name-your-build-stages
|
Please do this, and upload precompiled binaries for non-Go users, so that everyone can enjoy this wonderful tool! For example, goxcart can quickly build a directory tree of binaries for many different platforms. Then TGZ or ZIP, drag and drop onto the GitHub release editing page. |
I wanted to ask whether it would be possible to create a GitHub release for this project with some precompiled binaries (at least for Linux i386/x64)?
This would make it easier to consume the (really nice :-)) tool e.g. from Docker images without having to compile it.
The text was updated successfully, but these errors were encountered: