on: [push] jobs: test: strategy: matrix: include: - arch: amd64 - arch: arm64 runs-on: - docker - "${{ matrix.arch }}" steps: - run: docker info