includeimage
includeimage copied to clipboard
ARM
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).
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
Did this get/could this be pushed into the docker-hub?