meta: add riscv64 and x86 builders
This commit is contained in:
parent
bdecea2a10
commit
076e7842f1
1 changed files with 14 additions and 14 deletions
|
@ -59,13 +59,13 @@ build-aarch64:
|
||||||
# when: always
|
# when: always
|
||||||
# image: ppc64le/alpine:edge
|
# image: ppc64le/alpine:edge
|
||||||
|
|
||||||
# build-riscv64:
|
build-riscv64:
|
||||||
# <<: *build
|
<<: *build
|
||||||
# cache:
|
cache:
|
||||||
# key: repodest-riscv64
|
key: repodest-riscv64
|
||||||
# paths: [repodest/]
|
paths: [repodest/]
|
||||||
# when: always
|
when: always
|
||||||
# image: riscv64/alpine:edge
|
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/riscv64:latest
|
||||||
|
|
||||||
# build-s390x:
|
# build-s390x:
|
||||||
# <<: *build
|
# <<: *build
|
||||||
|
@ -75,10 +75,10 @@ build-aarch64:
|
||||||
# when: always
|
# when: always
|
||||||
# image: s390x/alpine:edge
|
# image: s390x/alpine:edge
|
||||||
|
|
||||||
# build-x86:
|
build-x86:
|
||||||
# <<: *build
|
<<: *build
|
||||||
# cache:
|
cache:
|
||||||
# key: repodest-x86
|
key: repodest-x86
|
||||||
# paths: [repodest/]
|
paths: [repodest/]
|
||||||
# when: always
|
when: always
|
||||||
# image: i386/alpine:edge
|
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/i386:latest
|
||||||
|
|
Loading…
Reference in a new issue