Update .gitlab-ci.yml file

Forget to add arm64 arch to the Debian system
This commit is contained in:
Alam Ed Arias 2023-10-12 16:53:32 +00:00
parent 7ba7c5e6a0
commit f5cf1ce5a5

View file

@ -50,6 +50,7 @@ stages: # List of stages for jobs, and their order of execution
before_script:
- dpkg --add-architecture i386
- dpkg --add-architecture amd64
- dpkg --add-architecture arm64
- apt-get update
- *aptcache
- apt-get --option dir::cache::archives="$APT_CACHE_DIR" install --no-install-recommends --yes make git ccache gcc