From 076e7842f1733ec183ecc7100ff52e3249806f46 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 3 May 2023 03:14:43 +0200 Subject: [PATCH] meta: add riscv64 and x86 builders --- .gitlab-ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f13405..d2a940f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,13 +59,13 @@ build-aarch64: # when: always # image: ppc64le/alpine:edge -# build-riscv64: -# <<: *build -# cache: -# key: repodest-riscv64 -# paths: [repodest/] -# when: always -# image: riscv64/alpine:edge +build-riscv64: + <<: *build + cache: + key: repodest-riscv64 + paths: [repodest/] + when: always + image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/riscv64:latest # build-s390x: # <<: *build @@ -75,10 +75,10 @@ build-aarch64: # when: always # image: s390x/alpine:edge -# build-x86: -# <<: *build -# cache: -# key: repodest-x86 -# paths: [repodest/] -# when: always -# image: i386/alpine:edge +build-x86: + <<: *build + cache: + key: repodest-x86 + paths: [repodest/] + when: always + image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/i386:latest