Fix architecture error (#3)
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #3
Co-authored-by: Amab <juanmi1982@gmail.com>
Co-committed-by: Amab <juanmi1982@gmail.com>
This commit is contained in:
Amab 2024-07-13 15:10:12 +02:00 committed by Marown
parent 3a7fc3e886
commit 6ed170d64c

View File

@ -1,6 +1,10 @@
kind: pipeline
type: docker
name: default
name: amd64
platform:
os: linux
arch: amd64
clone:
disable: true
@ -25,58 +29,77 @@ steps:
depends_on:
- clone
- name: docker-aarch64
image: plugins/docker:linux-amd64
settings:
registry: git.cuernodehipnos.es
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
tags: latest-aarch64
dockerfile: docker/Dockerfile.aarch64
depends_on:
- clone
# This step requires the non-existent Docker image openjdk:11-alpine
# - name: docker-alpine
# image: plugins/docker:linux-amd64
# settings:
# registry: git.cuernodehipnos.es
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
# tags: latest-alpine
# dockerfile: docker/Dockerfile.alpine
# depends_on:
# - clone
- name: docker-alpine
image: plugins/docker:linux-amd64
settings:
registry: git.cuernodehipnos.es
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
tags: latest-alpine
dockerfile: docker/Dockerfile.alpine
depends_on:
- clone
- name: docker-ArchLinux
image: plugins/docker:linux-amd64
settings:
registry: git.cuernodehipnos.es
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
tags: latest-ArchLinux
dockerfile: docker/Dockerfile.ArchLinux
depends_on:
- clone
- name: docker-armv7
image: plugins/docker:linux-amd64
settings:
registry: git.cuernodehipnos.es
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
tags: latest-armv7
dockerfile: docker/Dockerfile.armv7
depends_on:
- clone
# This step is disabled because the GraalVM JDK Downloader is no longer maintained
# - name: docker-ArchLinux
# image: plugins/docker:linux-amd64
# settings:
# registry: git.cuernodehipnos.es
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
# tags: latest-ArchLinux
# dockerfile: docker/Dockerfile.ArchLinux
# depends_on:
# - clone
#---
#kind: pipeline
#type: docker
#name: arm64
#
#platform:
# os: linux
# arch: arm64
#
#clone:
# disable: true
#
#steps:
# - name: clone
# image: alpine/git
# commands:
# - git clone https://git.cuernodehipnos.es/Marown/yacy_search_server.git .
#
# - name: docker-aarch64
# image: plugins/docker:linux-arm64
# settings:
# registry: git.cuernodehipnos.es
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
# tags: latest-aarch64
# dockerfile: docker/Dockerfile.aarch64
# depends_on:
# - clone
#
# - name: docker-armv7
# image: plugins/docker:linux-amd64
# settings:
# registry: git.cuernodehipnos.es
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
# tags: latest-armv7
# dockerfile: docker/Dockerfile.armv7
# depends_on:
# - clone