mirror of
https://onedev.site.tesses.net/Dependencies
synced 2026-02-08 09:45:44 +00:00
Edit .onedev-buildspec.yml
This commit is contained in:
@@ -58,6 +58,17 @@ jobs:
|
||||
passwordSecret: dockersecret
|
||||
platforms: linux/s390x
|
||||
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:
|
||||
- !BranchUpdateTrigger
|
||||
projects: Dependencies
|
||||
|
||||
Reference in New Issue
Block a user