Skip to content

Commit

Permalink
Merge pull request #26 from darkwizard242/hotfix/disable-ubuntu-xenial
Browse files Browse the repository at this point in the history
Disable Ubuntu Xenial & Debian Stretch docker builds
  • Loading branch information
darkwizard242 authored Oct 14, 2021
2 parents 3b229d4 + 5f7b8f3 commit 25707c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 7
matrix:
TAG_NAME: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, centos-8, centos-7, debian-buster, debian-stretch]
TAG_NAME: [ubuntu-20.04, ubuntu-18.04, centos-8, centos-7, debian-buster]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 7
matrix:
TAG_NAME: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, centos-8, centos-7, debian-buster, debian-stretch]
TAG_NAME: [ubuntu-20.04, ubuntu-18.04, centos-8, centos-7, debian-buster]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 25707c3

Please sign in to comment.