mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-13 09:02:21 +08:00
create pipeline-dtk-build-aarch64.yml
This commit is contained in:
parent
3679e8d6eb
commit
6b807b24e2
31
.workflow/pipeline-dtk-build-aarch64.yml
Normal file
31
.workflow/pipeline-dtk-build-aarch64.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '1.0'
|
||||||
|
name: pipeline-dtk-build-aarch64
|
||||||
|
displayName: dtk-build-aarch64
|
||||||
|
triggers:
|
||||||
|
trigger: auto
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
prefix:
|
||||||
|
- ''
|
||||||
|
stages:
|
||||||
|
- name: stage-2c12cce1
|
||||||
|
displayName: 编译
|
||||||
|
strategy: naturally
|
||||||
|
trigger: auto
|
||||||
|
executor: []
|
||||||
|
steps:
|
||||||
|
- step: execute@docker
|
||||||
|
name: execute_by_docker
|
||||||
|
displayName: 基于镜像的脚本执行
|
||||||
|
certificate: ''
|
||||||
|
image: arm64v8/debian:buster
|
||||||
|
command:
|
||||||
|
- '# 请在此输入您想执行的脚本'
|
||||||
|
- echo 'Hello Gitee!'
|
||||||
|
artifacts:
|
||||||
|
- name: BUILD_ARTIFACT
|
||||||
|
path:
|
||||||
|
- ./target
|
||||||
|
notify: []
|
||||||
|
strategy:
|
||||||
|
retry: '0'
|
Loading…
x
Reference in New Issue
Block a user