meta: enable all architectures
This commit is contained in:
parent
0e1bbf78d4
commit
00c105fb0b
2 changed files with 30 additions and 29 deletions
|
@ -36,29 +36,29 @@ build-aarch64:
|
||||||
when: always
|
when: always
|
||||||
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm64v8:latest
|
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm64v8:latest
|
||||||
|
|
||||||
# build-armhf:
|
build-armhf:
|
||||||
# <<: *build
|
<<: *build
|
||||||
# cache:
|
cache:
|
||||||
# key: repodest-armhf
|
key: repodest-armhf
|
||||||
# paths: [repodest/ptrcports/armhf]
|
paths: [repodest/ptrcports/armhf]
|
||||||
# when: always
|
when: always
|
||||||
# image: arm32v6/alpine:edge
|
registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v6:latest
|
||||||
|
|
||||||
# build-armv7:
|
build-armv7:
|
||||||
# <<: *build
|
<<: *build
|
||||||
# cache:
|
cache:
|
||||||
# key: repodest-armv7
|
key: repodest-armv7
|
||||||
# paths: [repodest/ptrcports/armv7]
|
paths: [repodest/ptrcports/armv7]
|
||||||
# when: always
|
when: always
|
||||||
# image: arm32v7/alpine:edge
|
registry.git.ptrc.gay/ptrcnull/ptrcports-builder/arm32v7:latest
|
||||||
|
|
||||||
# build-ppc64le:
|
build-ppc64le:
|
||||||
# <<: *build
|
<<: *build
|
||||||
# cache:
|
cache:
|
||||||
# key: repodest-ppc64le
|
key: repodest-ppc64le
|
||||||
# paths: [repodest/ptrcports/ppc64le]
|
paths: [repodest/ptrcports/ppc64le]
|
||||||
# when: always
|
when: always
|
||||||
# image: ppc64le/alpine:edge
|
registry.git.ptrc.gay/ptrcnull/ptrcports-builder/ppc64le:latest
|
||||||
|
|
||||||
build-riscv64:
|
build-riscv64:
|
||||||
<<: *build
|
<<: *build
|
||||||
|
@ -68,13 +68,13 @@ build-riscv64:
|
||||||
when: always
|
when: always
|
||||||
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/riscv64:latest
|
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/riscv64:latest
|
||||||
|
|
||||||
# build-s390x:
|
build-s390x:
|
||||||
# <<: *build
|
<<: *build
|
||||||
# cache:
|
cache:
|
||||||
# key: repodest-s390x
|
key: repodest-s390x
|
||||||
# paths: [repodest/ptrcports/s390x]
|
paths: [repodest/ptrcports/s390x]
|
||||||
# when: always
|
when: always
|
||||||
# image: s390x/alpine:edge
|
registry.git.ptrc.gay/ptrcnull/ptrcports-builder/s390x:latest
|
||||||
|
|
||||||
build-x86:
|
build-x86:
|
||||||
<<: *build
|
<<: *build
|
||||||
|
|
3
README
3
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.
|
not quite fitting into the official aports repo.
|
||||||
|
|
||||||
All the stuff here is built from https://git.ptrc.gay/ptrcnull/ptrcports,
|
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):
|
Adding into your system (as root):
|
||||||
echo "@ptrc https://repo.ptrc.gay/ptrcports" >> /etc/apk/repositories
|
echo "@ptrc https://repo.ptrc.gay/ptrcports" >> /etc/apk/repositories
|
||||||
|
|
Loading…
Reference in a new issue