Removed amd64 from package job name, added arm64.deb to package job scripts
This commit is contained in:
parent
317ea3946f
commit
68740335ad
@ -24,7 +24,7 @@ test_amd64:
|
|||||||
- earthly --ci +unit-tests-linux-amd64
|
- earthly --ci +unit-tests-linux-amd64
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
package_amd64:
|
package:
|
||||||
stage: distribute
|
stage: distribute
|
||||||
only:
|
only:
|
||||||
- stable
|
- stable
|
||||||
@ -33,6 +33,7 @@ package_amd64:
|
|||||||
script:
|
script:
|
||||||
- earthly bootstrap
|
- earthly bootstrap
|
||||||
- earthly +package-linux-amd64-deb
|
- earthly +package-linux-amd64-deb
|
||||||
|
- earthly +package-linux-arm64-deb
|
||||||
- earthly +package-linux-amd64-rpm
|
- earthly +package-linux-amd64-rpm
|
||||||
- /home/gitlab-runner/distribute-packages.sh
|
- /home/gitlab-runner/distribute-packages.sh
|
||||||
|
|
||||||
@ -41,7 +42,7 @@ deploy_repos:
|
|||||||
only:
|
only:
|
||||||
- stable
|
- stable
|
||||||
needs:
|
needs:
|
||||||
- package_amd64
|
- package
|
||||||
tags:
|
tags:
|
||||||
- repo-server
|
- repo-server
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user