matrix build

This commit is contained in:
2022-11-01 20:44:58 +01:00
parent b6f2e57965
commit 56f983a8e1
5 changed files with 80 additions and 3 deletions

View File

@@ -8,12 +8,22 @@ on:
# - "v*.*.*"
jobs:
tags:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- run: node fetch.mjs
build:
strategy:
matrix:
include:
- tag: 1.20.2
version: 1.20.2
${{fromJson(needs.tags.outputs.matrix)}}
# include:
# - tag: 1.20.2
# version: 1.20.2
runs-on: ubuntu-latest
steps:
- name: Set up QEMU