-
Notifications
You must be signed in to change notification settings - Fork 158
Add support for Mikrotik CHR arm64 images #428
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
base: master
Are you sure you want to change the base?
Conversation
- Adjust vrnetlab to support aarch64. - Bump routeros docker image to debian trixie for newer more performant qemu version - Install python 3.12 with uv. To keep backwards compatibility
|
works great and so much faster on my macbp! |
|
also tested on amd64 now. I consider this done |
|
@mpfz0r not sure if using -arm64 is best choice when trying to make this as easy to use as possible you might wanna get rid of the dash? which fails when you want simple env switches unless one does: export ARCH="-arm64" which is also kind of awkward? So if you create the image without the - we loose a bit readability but do gain quite some simple flexibility |
|
I would've like to keep this a semantic version. I'm either gonna tag the amd64 image with an additional tag |
- Support cross-compilation via DOCKER_PLATFORM in makefile.include - Auto-detect platform from chr-*-arm64.vdi filenames - Add docker-build-extra and docker-push-image-extra targets which can optionally be implemented - Tag amd64 images with both :version and :version-amd64
|
I've added this and also cross platform build support, so you dont need to resort to two machines when building this. I've started looking into multi-arch images, but since this needs a running registry, I think this doesn't necessarily need to be implemented in vrnetlab. |
DOCKER_PLATFORMvariable)