Adrian Vladu
Adrian Vladu
Hello @mhammond , I have tried to build pywin32 and got to this error: error: --plat-name must be one of ('win32', 'win-amd64') Note that I could successfully build other Python...
@SofianJabal Did you have any progress on compiling it on ARM64?
Hello, I have managed to get pywin32 working on windows arm64 (was needed for cloudbase-init): https://github.com/cloudbase/cloudbase-init-arm-scripts/blob/main/install-cloudbase-init-on-arm64.bat#L45 @mhammond can you please take a look on what I had to change in...
@mhammond I have made a PR for the ARM64 ifdefs required to build: https://github.com/mhammond/pywin32/pull/1617 Thank you, Adrian
I could find in the docs only the -e flag, to exclude rules. is there an option to specify only the rules I desire? It's very cumbersome to find all...
Great to hear that you will be adding that, very useful tool :) Can you give me an example of how can I jq/grep from the json output? thanks.
/remove-lifecycle stale Would be really nice to have the option to build ARM64 images.
Hello, I have added here an example using QEMU-KVM on ARM64: https://github.com/kubernetes-sigs/image-builder/pull/1142
> Ok, new updated - did what you said, didnt solve the issue. Stil same while using just dd: > > ``` > Disk /dev/sda: 1.75 TiB, 1920383410176 bytes, 468843606...
If the above works, I would also suggest a zero clean of the device: `dd of=/dev/sda if=/dev/zero && sync`, before trying again to install Flatcar. This way, you can be...