Skip to content

Commit 3baef3c

Browse files
committed
ci: stop building 6x series
It's been long enough now that things like certs have stopped working. These imagines have already been built and published to Docker Hub, so this doesn't break any existing stuff.
1 parent 3af7410 commit 3baef3c

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: [6x, 7x, 8x]
14+
series: [7x, 8x]
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: [6x, 7x, 8x, snapshot]
10+
series: [7x, 8x, snapshot]
1111
steps:
1212
- uses: actions/checkout@master
1313
- run: ./build.sh ${{ matrix.series }}

0 commit comments

Comments
 (0)