Removed amd64 from package job name, added arm64.deb to package job scripts

This commit is contained in:
TC 2023-07-15 04:37:30 +00:00
parent 317ea3946f
commit 68740335ad

View File

@ -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: