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