srl-labs / containerlab

container-based networking labs
https://containerlab.dev
BSD 3-Clause "New" or "Revised" License
1.52k stars 261 forks source link

Request: Add Support for aarch64 #605

Closed JulioPDX closed 3 years ago

JulioPDX commented 3 years ago

Hello All,

I tried installing containerlab on a pinebook pro and received the following error. If this is not possible please feel free to close issue. Thank you for creating container lab!

[juliopdx@pbpro srl-ceos-gobgp]$ bash -c "$(curl -sL https://get-clab.srlinux.dev)"
No prebuilt binary for linux-aarch64.
To build from source, go to https://github.com/srl-labs/containerlab
Failed to install containerlab
        For support, go to https://github.com/srl-labs/containerlab/issues
[juliopdx@pbpro srl-ceos-gobgp]$ 
hellt commented 3 years ago

Hi @JulioPDX Although it is possible to build arm64 image for containerlab, you won't find network os images in that architecture.

You would be able to build the vrnetlab based images I think, but not sure if that's enough for you

JulioPDX commented 3 years ago

Hi @hellt

I should be good. I'll have to mess with a different architecture to get it running. Thanks you