mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-19 05:52:39 -07:00
Needs separate pipeline names.
This commit is contained in:
parent
139e99a196
commit
f67d6da01d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: build amd64
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
@ -55,7 +55,7 @@ steps:
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: build arm
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
arch: arm
|
arch: arm
|
||||||
|
|
Loading…
Add table
Reference in a new issue