From 68740335ad05e830099c7e61f334ac79df82f3f2 Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 15 Jul 2023 04:37:30 +0000 Subject: [PATCH] Removed amd64 from package job name, added arm64.deb to package job scripts --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c20b4dc..902d40d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test_amd64: - earthly --ci +unit-tests-linux-amd64 when: manual -package_amd64: +package: stage: distribute only: - stable @@ -33,6 +33,7 @@ package_amd64: script: - earthly bootstrap - earthly +package-linux-amd64-deb + - earthly +package-linux-arm64-deb - earthly +package-linux-amd64-rpm - /home/gitlab-runner/distribute-packages.sh @@ -41,7 +42,7 @@ deploy_repos: only: - stable needs: - - package_amd64 + - package tags: - repo-server script: