Projects STRLCPY scan4all Commits 2ed6236b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 28 lines
    29 29   
    30 30   build-linux:
    31 31   runs-on: ubuntu-latest
     32 + strategy:
     33 + matrix:
     34 + include:
     35 + - arch: armv6
     36 + distro: jessie
     37 + - arch: armv7
     38 + distro: ubuntu_latest
     39 + - arch: aarch64
     40 + distro: ubuntu_latest
    32 41   steps:
    33 42   - name: Code checkout
    34 43   uses: actions/checkout@v2
    skipped 35 lines
Please wait...
Page is in error, reload to recover