1
Fork 0

Use AMD64 for other steps
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Korbs 2024-08-30 06:35:51 -04:00
parent 3daeb2222f
commit 6371b5efc8

View file

@ -403,7 +403,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -414,7 +414,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: "Debian Slim"
@ -447,7 +447,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -458,7 +458,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: "Aptabase"
@ -491,7 +491,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -502,7 +502,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: 4get
@ -535,7 +535,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -546,7 +546,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: Cinny
@ -579,7 +579,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -590,7 +590,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: Bun
@ -623,7 +623,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -634,7 +634,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: Hyperpipe
@ -667,7 +667,7 @@ steps:
###################
kind: pipeline # https://docs.drone.io/pipeline/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.
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
@ -678,7 +678,7 @@ clone:
# https://docs.drone.io/pipeline/exec/syntax/platform/
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: "Araa Search"