test/.forgejo/workflows/demo.yaml
Christian Pointner 1e8779582a
Some checks failed
/ test (amd64, bullseyie) (push) Waiting to run
/ test (arm64, bullseyie) (push) Waiting to run
/ test (arm64, bookworm) (push) Has been cancelled
/ test (amd64, bookworm) (push) Has been cancelled
more tests
2024-12-30 19:45:25 +01:00

19 lines
338 B
YAML

on: [push]
jobs:
test:
strategy:
matrix:
codename:
- bookworm
- bullseyie
arch:
- amd64
- arm64
runs-on:
- docker
- "${{ matrix.arch }}"
container: "debian:${{ matrix.codename }}"
steps:
- run: uname -a
- run: cat /etc/os-release
- run: sleep 60