Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 37d0c0b commit efccc01
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ on:
branches: '*'

jobs:

example_matrix:
runs-on: ubuntu-latest
strategy:
matrix:
version: [10, 12, 14]
os: [oraclelinux:9, oraclelinux:8, rockylinux:8]
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}

image-os: ${{ matrix.os }}
- name: IMAGE OS info
run: echo ${{ matrix.image-os }}


docker-image-ol9:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit efccc01

Please sign in to comment.