-
Notifications
You must be signed in to change notification settings - Fork 19
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 missing arches to cross-compilation #120
Conversation
just do it normal
Which of these architecture combos do you personally need right now? |
Does 053e54 resolve your problem?
|
No? Why are you against building the arches people need? |
If you, the upstream, do not distribute a 64-bit binary for Linux at all, but weirdly do distribute i386, it's pretty difficult to convince maintainers of package repositories that the project is serious enough to be included. And since this is a Go project for a PPA the easiest thing for me to do would be to just wrap your binary? I don't get why you closed this. |
I seem to have mis-interpreted your intention with this PR, sorry about that. Based on your initial PR comment I assumed that the problem you wanted solved was this:
That is now solved by 053e354. But that seems to have been a mis-interpretation on my part. Which problem is it that you want solved?
The reasoning behind AFAIR, I started out with an But as you're hinting at, maybe I should have an Regards /Johan |
echo " Windows 386..." | ||
GOOS=windows GOARCH=386 ./build.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is anybody running Windows 386?
If not I'd prefer not supplying binaries for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have heard it tends to be lighter weight in virtual machines and most projects I work on continue to support it but I don't mind dropping the line.
Signed-off-by: Fred Brennan <[email protected]>
Co-authored-by: Johan Walles <[email protected]>
First of all, I apologize for my slow response time here :(. But regarding this:
Binary PPAs seem not to be allowed: "Note: We do not allow uploading pre-built binary packages." Not sure I found the right one though, but reading on, what that guide wants is for you to "Create your source package, upload it and Launchpad will build binaries and then host them in your own apt repository." Are these the instructions you're following, or did you find some others that do allow for packaging binaries? |
Tagging with Debian packaging since if this had been Debian packaged you'd already have had it in Ubuntu: |
It seems like #137 is the goal here, closing in favor of that one. |
No way to build on Ubuntu if you don't even have arm64/amd64 Linux builds :-)