Skip to content

Commit caac556

Browse files
committed
ci: stop building the 7x series
The images are already published, and testing builds now fails due to outdated TLS.
1 parent 5085ff3 commit caac556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
series: [7x, 8x_1, 8x_2]
14+
series: [8x_1, 8x_2]
1515
steps:
1616
- uses: actions/checkout@master
1717
- run: ./build.sh ${{ matrix.series }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
series: [7x, 8x_1, 8x_2, snapshot]
10+
series: [8x_1, 8x_2, snapshot]
1111
steps:
1212
- uses: actions/checkout@master
1313
- run: ./build.sh ${{ matrix.series }}

0 commit comments

Comments
 (0)