meta: add more architectures
All checks were successful
/ build (aarch64) (push) Successful in 25s
/ build (armhf) (push) Successful in 43s
/ build (armv7) (push) Successful in 41s
/ build (ppc64le) (push) Successful in 20s
/ build (riscv64) (push) Successful in 20s
/ build (s390x) (push) Successful in 21s
/ build (x86) (push) Successful in 12s
/ build (x86_64) (push) Successful in 9s
All checks were successful
/ build (aarch64) (push) Successful in 25s
/ build (armhf) (push) Successful in 43s
/ build (armv7) (push) Successful in 41s
/ build (ppc64le) (push) Successful in 20s
/ build (riscv64) (push) Successful in 20s
/ build (s390x) (push) Successful in 21s
/ build (x86) (push) Successful in 12s
/ build (x86_64) (push) Successful in 9s
This commit is contained in:
parent
f1ab30b1c8
commit
88ff24a8c8
1 changed files with 14 additions and 3 deletions
|
@ -2,14 +2,25 @@ on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-x86_64: &build
|
build:
|
||||||
container: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/x86_64:latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- armhf
|
||||||
|
- armv7
|
||||||
|
- ppc64le
|
||||||
|
- riscv64
|
||||||
|
- s390x
|
||||||
|
- x86_64
|
||||||
|
- x86
|
||||||
|
container: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/${{ matrix.arch }}:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- uses: https://code.forgejo.org/actions/cache@v4
|
- uses: https://code.forgejo.org/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/repodest
|
path: ~/repodest
|
||||||
key: ${{ runner.os }}-ptrcports
|
key: ${{ matrix.arch }}-ptrcports
|
||||||
|
|
||||||
- name: Set up secrets
|
- name: Set up secrets
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue