This commit is contained in:
parent
3daeb2222f
commit
6371b5efc8
1 changed files with 14 additions and 14 deletions
28
.drone.yml
28
.drone.yml
|
@ -403,7 +403,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Debian Slim Image for ARM64
|
name: Build Debian Slim Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -414,7 +414,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Debian Slim"
|
- name: "Debian Slim"
|
||||||
|
@ -447,7 +447,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Aptabase Image for ARM64
|
name: Build Aptabase Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -458,7 +458,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Aptabase"
|
- name: "Aptabase"
|
||||||
|
@ -491,7 +491,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build 4get Image for ARM64
|
name: Build 4get Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -502,7 +502,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 4get
|
- name: 4get
|
||||||
|
@ -535,7 +535,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Cinny Image for ARM64
|
name: Build Cinny Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -546,7 +546,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cinny
|
- name: Cinny
|
||||||
|
@ -579,7 +579,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Bun Image for ARM64
|
name: Build Bun Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -590,7 +590,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Bun
|
- name: Bun
|
||||||
|
@ -623,7 +623,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Hyperpipe Image for ARM64
|
name: Build Hyperpipe Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -634,7 +634,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Hyperpipe
|
- name: Hyperpipe
|
||||||
|
@ -667,7 +667,7 @@ steps:
|
||||||
###################
|
###################
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Araa Search Image for ARM64
|
name: Build Araa Search Image for AMD64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
# Do not clone the Docker Build Automation, it is not needed.
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
||||||
|
@ -678,7 +678,7 @@ clone:
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Araa Search"
|
- name: "Araa Search"
|
||||||
|
|
Loading…
Reference in a new issue