File tree Expand file tree Collapse file tree 2 files changed +0
-71
lines changed
Expand file tree Collapse file tree 2 files changed +0
-71
lines changed Original file line number Diff line number Diff line change @@ -30,41 +30,6 @@ trigger:
3030 event :
3131 - push
3232
33- ---
34- kind : pipeline
35- type : docker
36- name : arm64
37-
38- platform :
39- arch : arm64
40-
41- steps :
42- - name : submodules
43- image : alpine/git
44- commands :
45- - git submodule init
46- -
' git config --global url."https://github.com/".insteadOf [email protected] :' 47- - " git submodule update --recursive"
48- - name : build and publish
49- image : plugins/docker
50- settings :
51- registry : registry.dev.onetask.ai
52- username :
53- from_secret : docker_username
54- password :
55- from_secret : docker_password
56- repo : " registry.dev.onetask.ai/code-kern-ai/refinery-parent-images"
57- tags : ["${DRONE_COMMIT_SHA}-torch-cuda-arm64", "${DRONE_COMMIT_BRANCH}-torch-cuda-arm64"]
58- cache_from :
59- - " registry.dev.onetask.ai/code-kern-ai/refinery-parent-images:dev-torch-cuda-arm64"
60- - " registry.dev.onetask.ai/code-kern-ai/refinery-parent-images:${DRONE_COMMIT_BRANCH}-torch-cuda-arm64"
61-
62- trigger :
63- branch :
64- - dev
65- event :
66- - push
67-
6833---
6934kind : pipeline
7035type : docker
@@ -94,35 +59,6 @@ trigger:
9459 event :
9560 - tag
9661
97- ---
98- kind : pipeline
99- type : docker
100- name : arm64-dockerhub
101-
102- platform :
103- arch : arm64
104-
105- steps :
106- - name : submodules
107- image : alpine/git
108- commands :
109- - git submodule init
110- -
' git config --global url."https://github.com/".insteadOf [email protected] :' 111- - " git submodule update --recursive"
112- - name : build and publish
113- image : plugins/docker
114- settings :
115- username :
116- from_secret : dockerhub_username
117- password :
118- from_secret : dockerhub_password
119- repo : " kernai/refinery-parent-images"
120- tag : " ${DRONE_TAG}-torch-cuda-drone-arm64"
121-
122- trigger :
123- event :
124- - tag
125-
12662---
12763kind : pipeline
12864name : manifest
@@ -138,7 +74,6 @@ steps:
13874
13975depends_on :
14076 - amd64-dockerhub
141- - arm64-dockerhub
14277
14378trigger :
14479 event :
Original file line number Diff line number Diff line change @@ -5,9 +5,3 @@ manifests:
55 platform:
66 architecture: amd64
77 os: linux
8- -
9- image: kernai/refinery-parent-images:{{build.tag}}-torch-cuda-drone-arm64
10- platform:
11- architecture: arm64
12- os: linux
13- variant: v8
You can’t perform that action at this time.
0 commit comments