From c0331434d78bd554a98e967265344a5a0afe5c4e Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 19 Dec 2019 14:34:13 +0000 Subject: [PATCH] CI: Build arm64 .deb --- .gitlab-ci.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e40975b0..3c8d811a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,22 @@ build_meson: - ninja -C _build install build_deb: - <<: *tags + tags: + - librem5 + stage: build + artifacts: + paths: + - "*.deb" + script: + - apt-get -y install devscripts + - debuild -i -us -uc -b + - cp ../*.deb . + +build_deb_aarch64: + image: multiarch/debian-debootstrap:arm64-buster + tags: + - ARM64 + allow_failure: true stage: build artifacts: paths: