mirror of
https://onedev.site.tesses.net/Dependencies
synced 2026-02-08 17:45:46 +00:00
Edit .onedev-buildspec.yml
This commit is contained in:
@@ -58,6 +58,17 @@ jobs:
|
|||||||
passwordSecret: dockersecret
|
passwordSecret: dockersecret
|
||||||
platforms: linux/s390x
|
platforms: linux/s390x
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
|
- !BuildImageStep
|
||||||
|
name: Build ppc arch docker image
|
||||||
|
dockerfile: Dockerfile.arch-ppc
|
||||||
|
output: !RegistryOutput
|
||||||
|
tags: onedev.site.tesses.net/dependencies/arch-ppc:latest
|
||||||
|
registryLogins:
|
||||||
|
- registryUrl: '@server_url@'
|
||||||
|
userName: '@job_token@'
|
||||||
|
passwordSecret: dockersecret
|
||||||
|
platforms: linux/ppc
|
||||||
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
triggers:
|
triggers:
|
||||||
- !BranchUpdateTrigger
|
- !BranchUpdateTrigger
|
||||||
projects: Dependencies
|
projects: Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user