Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie authored Sep 23, 2020
1 parent 88a3c80 commit 90fc431
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: [centos8, amazonlinux2]
image: [centos7, centos8, amazonlinux2]
include:
- image: centos7
jsc: webkit2gtk3-jsc-devel
- image: centos8
jsc: webkit2gtk3-jsc-devel
- image: amazonlinux2
Expand Down Expand Up @@ -150,8 +152,10 @@ jobs:
continue-on-error: true
strategy:
matrix:
image: [nightly-centos8, nightly-amazonlinux2]
image: [nightly-centos7, nightly-centos8, nightly-amazonlinux2]
include:
- image: nightly-centos7
jsc: webkit2gtk3-jsc-devel
- image: nightly-centos8
jsc: webkit2gtk3-jsc-devel
- image: nightly-amazonlinux2
Expand Down

0 comments on commit 90fc431

Please sign in to comment.