-
Notifications
You must be signed in to change notification settings - Fork 35
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
Missing arm64 Linux images #9215
Comments
@frank7y Thanks for poinitng that. Looks critical. As I found it comes from https://github.com/docker/build-push-action, looks like behaviour by defualt depending on runner thats why some of our release has this defect. @edwarnicke I think we might need to specify a list of platforms for releasing images. Also, I think we shoudl re-build all images for all releases that have this defect (should be quicly since we don't need to do changes in code just re-run jobs) |
@NikitaSkrynnik This might be useful for building forwarders edwarnicke/govpp#62 |
That sounds right to me :) |
TODO: sdk->govpp -> cmd-.*-vpp
TOTAL: 28h |
Do we have issues for these other TODOs? Could we link them here? |
I think it was closed by mistake |
@edwarnicke Yes, I've created issues in https://github.com/networkservicemesh/govpp/issues |
Seems like done |
Motivation
Add the possible to compile & run NSM on ARM based machines.
Overview
Hi there,
I noticed that arm64 Linux arch images for many of the NSM images, such as cmd ones, are no longer provided in the latest few versions of NSM. This change has affected, among other things, the possibility to experiment with NSM on Apple Silicon Macs, which is no longer possible. At least not without the hassle of compiling on our own the required images each time. Are there any plans to reintroduce arm64 Linux images in the future?
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: