Fix architecture error #3

Merged
Marown merged 5 commits from fix/architecture_error into main 2024-07-13 15:10:13 +02:00
Showing only changes of commit 688119bd1b - Show all commits

View File

@ -43,19 +43,20 @@ steps:
# 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
# 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