meta: add riscv64 and x86 builders

This commit is contained in:
ptrcnull 2023-05-03 03:14:43 +02:00
parent bdecea2a10
commit 076e7842f1

View file

@ -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