update
This commit is contained in:
parent
348ebf4e59
commit
e6be133b13
1 changed files with 8 additions and 8 deletions
16
.drone.yml
16
.drone.yml
|
@ -4,7 +4,7 @@
|
|||
#############
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: Poke Buil Images for ARM64
|
||||
name: Build Poke Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -130,7 +130,7 @@ platform:
|
|||
###################
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: 4get Buil Images for ARM64
|
||||
name: Build 4get Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -171,7 +171,7 @@ platform:
|
|||
###################
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: Cinny Buil Images for ARM64
|
||||
name: Build Cinny Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -212,7 +212,7 @@ platform:
|
|||
###################
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: Bun Buil Images for ARM64
|
||||
name: Build Bun Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -348,7 +348,7 @@ platform:
|
|||
#############
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: Poke Buil Images for AMD64
|
||||
name: Build Poke Image for AMD64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -481,7 +481,7 @@ platform:
|
|||
###################
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: 4get Buil Images for ARM64
|
||||
name: Build 4get Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -524,7 +524,7 @@ platform:
|
|||
###################
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: Cinny Buil Images for ARM64
|
||||
name: Build Cinny Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
@ -567,7 +567,7 @@ platform:
|
|||
###################
|
||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||
name: Bun Buil Images for ARM64
|
||||
name: Build Bun Image for ARM64
|
||||
|
||||
# Do not clone the Docker Build Automation, it is not needed.
|
||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||
|
|
Loading…
Reference in a new issue