Exclude windows compilation from all target on non x86_64#345
Exclude windows compilation from all target on non x86_64#345dcermak wants to merge 1 commit intoalexellis:masterfrom
Conversation
|
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 <dcermak@suse.com>
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
alltarget on non x86_64Motivation and Context
golang does not support windows on non x86_64 architectures which makes
make allfail on e.g. aarch64How Has This Been Tested?
I have compiled k3sup on x86_64 and aarch64.
Types of changes
Checklist:
git commit -s