includeimage icon indicating copy to clipboard operation
includeimage copied to clipboard

ARM

Open devloic opened this issue 1 year ago • 2 comments

Hi Tobias,

what would it need to make your tool work with arm images?

Update: I tried to compile your main.go on arm but not luck, modules are deprecated ( dockerignore ) , its a real mess (not your code but the go packaging system). It might be easier to migrate the code but I feel that taking a deeper look at the nixos side might be more useful on the long run. Meanwhile I decided to try to merge two arm images and it actually worked on my system (macos).

devloic avatar Jul 06 '23 15:07 devloic

This is probably just a matter of detecting desired cpu architecture here instead of hard-coding Architecture: "amd64": https://github.com/bergkvist/includeimage/blob/670f86dffe091761b3fbb89cf1e28d2bc288db99/main.go#L58-L63

bergkvist avatar Jul 07 '23 14:07 bergkvist

Did this get/could this be pushed into the docker-hub?

PipGrylls avatar Apr 09 '24 15:04 PipGrylls