meta: add more architectures
Some checks failed
/ build (arm32v7) (push) Failing after 9s
/ build (arm64v8) (push) Failing after 3s
/ build (x86_64) (push) Successful in 15m19s

This commit is contained in:
ptrcnull 2024-11-23 23:34:50 +01:00
parent f1ab30b1c8
commit 66bb35ae87

View file

@ -2,14 +2,20 @@ on:
push:
jobs:
build-x86_64: &build
container: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/x86_64:latest
build:
strategy:
matrix:
arch:
- x86_64
- arm64v8
- arm32v7
container: registry.git.ptrc.gay/ptrcnull/ptrcports-builder/${{ matrix.arch }}:latest
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://code.forgejo.org/actions/cache@v4
with:
path: ~/repodest
key: ${{ runner.os }}-ptrcports
key: ${{ matrix.arch }}-ptrcports
- name: Set up secrets
run: |