cloud-bulldozer / performance-dashboards

Performance dashboards from the Perf & Scale team
Apache License 2.0
16 stars 36 forks source link

Support multi-arch builds #44

Closed rsevilla87 closed 2 years ago

rsevilla87 commented 2 years ago

Signed-off-by: Raul Sevilla rsevilla@redhat.com

Description

Simplify Dockerfile to support multiarch builds

jaredoconnell commented 2 years ago

This solves the problem about getting it to build jsonnet in the container (I tried earlier today and it was having glibc errors).

Will this need sudo apt-get update && sudo apt-get install qemu-user-static podman fuse-overlayfs added?

rsevilla87 commented 2 years ago

sudo apt-get update && sudo apt-get install qemu-user-static podman fuse-overlayfs

Right!, good catch, fixed!