meta: add tags to jobs

wooo dedicated arm runner :3
This commit is contained in:
ptrcnull 2023-06-04 02:35:37 +02:00
parent bc52b544ed
commit 66828fa953
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA

View file

@ -1,5 +1,6 @@
build-x86_64: &build build-x86_64: &build
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/x86_64:latest image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/x86_64:latest
tags: [x86_64]
cache: cache:
key: repodest-x86_64 key: repodest-x86_64
paths: [repodest/ptrcports/x86_64] paths: [repodest/ptrcports/x86_64]
@ -30,6 +31,7 @@ build-x86_64: &build
build-aarch64: build-aarch64:
<<: *build <<: *build
tags: [aarch64]
cache: cache:
key: repodest-aarch64 key: repodest-aarch64
paths: [repodest/ptrcports/aarch64] paths: [repodest/ptrcports/aarch64]
@ -38,6 +40,7 @@ build-aarch64:
build-armhf: build-armhf:
<<: *build <<: *build
tags: [armhf]
cache: cache:
key: repodest-armhf key: repodest-armhf
paths: [repodest/ptrcports/armhf] paths: [repodest/ptrcports/armhf]
@ -46,6 +49,7 @@ build-armhf:
build-armv7: build-armv7:
<<: *build <<: *build
tags: [armv7]
cache: cache:
key: repodest-armv7 key: repodest-armv7
paths: [repodest/ptrcports/armv7] paths: [repodest/ptrcports/armv7]
@ -54,6 +58,7 @@ build-armv7:
build-ppc64le: build-ppc64le:
<<: *build <<: *build
tags: [ppc64le]
cache: cache:
key: repodest-ppc64le key: repodest-ppc64le
paths: [repodest/ptrcports/ppc64le] paths: [repodest/ptrcports/ppc64le]
@ -62,6 +67,7 @@ build-ppc64le:
build-riscv64: build-riscv64:
<<: *build <<: *build
tags: [riscv64]
cache: cache:
key: repodest-riscv64 key: repodest-riscv64
paths: [repodest/ptrcports/riscv64] paths: [repodest/ptrcports/riscv64]
@ -70,6 +76,7 @@ build-riscv64:
build-s390x: build-s390x:
<<: *build <<: *build
tags: [s390x]
cache: cache:
key: repodest-s390x key: repodest-s390x
paths: [repodest/ptrcports/s390x] paths: [repodest/ptrcports/s390x]
@ -78,6 +85,7 @@ build-s390x:
build-x86: build-x86:
<<: *build <<: *build
tags: [x86]
cache: cache:
key: repodest-x86 key: repodest-x86
paths: [repodest/ptrcports/x86] paths: [repodest/ptrcports/x86]