diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b33cac..033e390 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,29 +36,29 @@ build-aarch64: when: always image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm64v8:latest -# build-armhf: -# <<: *build -# cache: -# key: repodest-armhf -# paths: [repodest/ptrcports/armhf] -# when: always -# image: arm32v6/alpine:edge +build-armhf: + <<: *build + cache: + key: repodest-armhf + paths: [repodest/ptrcports/armhf] + when: always + registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v6:latest -# build-armv7: -# <<: *build -# cache: -# key: repodest-armv7 -# paths: [repodest/ptrcports/armv7] -# when: always -# image: arm32v7/alpine:edge +build-armv7: + <<: *build + cache: + key: repodest-armv7 + paths: [repodest/ptrcports/armv7] + when: always + registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v7:latest -# build-ppc64le: -# <<: *build -# cache: -# key: repodest-ppc64le -# paths: [repodest/ptrcports/ppc64le] -# when: always -# image: ppc64le/alpine:edge +build-ppc64le: + <<: *build + cache: + key: repodest-ppc64le + paths: [repodest/ptrcports/ppc64le] + when: always + registry.git.ptrc.gay/ptrcnull/ptrcports-builder/ppc64le:latest build-riscv64: <<: *build @@ -68,13 +68,13 @@ build-riscv64: when: always image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/riscv64:latest -# build-s390x: -# <<: *build -# cache: -# key: repodest-s390x -# paths: [repodest/ptrcports/s390x] -# when: always -# image: s390x/alpine:edge +build-s390x: + <<: *build + cache: + key: repodest-s390x + paths: [repodest/ptrcports/s390x] + when: always + registry.git.ptrc.gay/ptrcnull/ptrcports-builder/s390x:latest build-x86: <<: *build diff --git a/README b/README index ee29347..e07a806 100644 --- a/README +++ b/README @@ -4,7 +4,8 @@ This is an Alpine Linux repository of random packages I find useful, but not quite fitting into the official aports repo. All the stuff here is built from https://git.ptrc.gay/ptrcnull/ptrcports, -currently the main supported architectures are x86_64 and aarch64. +currently the main supported architectures are x86_64 and aarch64, +but most packages are being built for all Alpine edge architectures. Adding into your system (as root): echo "@ptrc https://repo.ptrc.gay/ptrcports" >> /etc/apk/repositories