mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[CI] Push my luck with strategies
This commit is contained in:
parent
05be7fe249
commit
9ff70bc0ed
2 changed files with 9 additions and 4 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue