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