Skip to content
Snippets Groups Projects

Add aarch64 docker image

Merged Javier Jardón requested to merge jjardon/aarch64 into master
Compare and Show latest version
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -2,9 +2,8 @@
set -eu
dnf install -y gcc redhat-rpm-config
dnf install -y python3-devel
dnf install -y nginx openssh-server ostree python3-gobject python3-psutil
dnf install -y python3-ruamel-yaml
# Git is needed so `pip3 install .` can detect the version number of
# the BuildStream package. We remove it in the cleanup.sh script as
Loading