meta: add tags to jobs
wooo dedicated arm runner :3
This commit is contained in:
parent
bc52b544ed
commit
66828fa953
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
build-x86_64: &build
|
||||
image: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/x86_64:latest
|
||||
tags: [x86_64]
|
||||
cache:
|
||||
key: repodest-x86_64
|
||||
paths: [repodest/ptrcports/x86_64]
|
||||
|
@ -30,6 +31,7 @@ build-x86_64: &build
|
|||
|
||||
build-aarch64:
|
||||
<<: *build
|
||||
tags: [aarch64]
|
||||
cache:
|
||||
key: repodest-aarch64
|
||||
paths: [repodest/ptrcports/aarch64]
|
||||
|
@ -38,6 +40,7 @@ build-aarch64:
|
|||
|
||||
build-armhf:
|
||||
<<: *build
|
||||
tags: [armhf]
|
||||
cache:
|
||||
key: repodest-armhf
|
||||
paths: [repodest/ptrcports/armhf]
|
||||
|
@ -46,6 +49,7 @@ build-armhf:
|
|||
|
||||
build-armv7:
|
||||
<<: *build
|
||||
tags: [armv7]
|
||||
cache:
|
||||
key: repodest-armv7
|
||||
paths: [repodest/ptrcports/armv7]
|
||||
|
@ -54,6 +58,7 @@ build-armv7:
|
|||
|
||||
build-ppc64le:
|
||||
<<: *build
|
||||
tags: [ppc64le]
|
||||
cache:
|
||||
key: repodest-ppc64le
|
||||
paths: [repodest/ptrcports/ppc64le]
|
||||
|
@ -62,6 +67,7 @@ build-ppc64le:
|
|||
|
||||
build-riscv64:
|
||||
<<: *build
|
||||
tags: [riscv64]
|
||||
cache:
|
||||
key: repodest-riscv64
|
||||
paths: [repodest/ptrcports/riscv64]
|
||||
|
@ -70,6 +76,7 @@ build-riscv64:
|
|||
|
||||
build-s390x:
|
||||
<<: *build
|
||||
tags: [s390x]
|
||||
cache:
|
||||
key: repodest-s390x
|
||||
paths: [repodest/ptrcports/s390x]
|
||||
|
@ -78,6 +85,7 @@ build-s390x:
|
|||
|
||||
build-x86:
|
||||
<<: *build
|
||||
tags: [x86]
|
||||
cache:
|
||||
key: repodest-x86
|
||||
paths: [repodest/ptrcports/x86]
|
||||
|
|
Loading…
Reference in a new issue