cloudkernels / vaccel

A meta repo for gathering all the necessary components for running (and releasing) a vaccel environment
10 stars 2 forks source link

Enable ARM testing for CI/CD #16

Closed bchalios closed 3 years ago

bchalios commented 3 years ago

Problem

At the moment, our CI/CD workflows run only on x86. We need to extend this for ARM/ARM64 platforms. This will allow us to test our plugins for devices such as Coral, etc. and produce binaries for these architectures automatically.

Requirements

  1. We need a vaccel-deps container image for building vAccelRT
  2. We need rootfs for ARM
  3. We need Linux kernel for ARM

Sub-module issues