[CI] Push my luck with strategies

This commit is contained in:
LDA 2024-09-17 10:21:27 +02:00
commit 9ff70bc0ed
2 changed files with 9 additions and 4 deletions

View file

@ -2,9 +2,13 @@ name: Builds static Parsee for a release.
on: [release, workflow_dispatch]
jobs:
compile:
runs-on: debian
strategy:
matrix:
distro: [ debian ]
arch: [ 'amd64', 'arm64' ]
runs-on: ${{ matrix.distro }}-${{ matrix.arch }}
container:
image: debian
image: ${{ matrix.distro }}
steps:
- name: Install LMDB+OpenSSL tools
run: |