-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Exclude windows compilation from all target on non x86_64 #345
base: master
Are you sure you want to change the base?
Conversation
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.
Approved
Thanks for the contribution. Can you tell me the story behind why you are building k3sup instead of using the binary? |
Does that include Apple M1? I was fairly sure I created x86 Windows binaries for other projects there, but I could be imagining it. |
I am testing a multi-arch container for golang and am testing whether it can build popular golang applications.
I don't know to be frankly honest, as I don't own a Apple M1. I have run the build on a Cavium Thunder X2. |
Friendly bump :) |
golang does not support windows on non x86_64 architectures which makes `make all` fail on e.g. aarch64 Signed-off-by: Dan Čermák <[email protected]>
f463a02
to
068c06d
Compare
@alexellis Can we merge this? |
Hi, I'm glad that you enjoy K3sup. This is not something that I need at this time, but if you'd like to sponsor me on GitHub, then I'd merge it and maintain it. Alex |
Description
Exclude windows compilation from
all
target on non x86_64Motivation and Context
golang does not support windows on non x86_64 architectures which makes
make all
fail on e.g. aarch64How Has This Been Tested?
I have compiled k3sup on x86_64 and aarch64.
Types of changes
Checklist:
git commit -s