Skip to content

Commit f0853ff

Browse files
authored
Drop Alpine 3.19 builds (#322)
1 parent baa89d6 commit f0853ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }}
74-
version: ["3.19", "3.20", "3.21", "3.22"]
74+
version: ["3.20", "3.21", "3.22"]
7575
steps:
7676
- &checkout
7777
name: Checkout the repository

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ We support version that are not EOL: https://alpinelinux.org/releases/
1313

1414
| Image | OS | Tags | latest |
1515
|-------|----|------|--------|
16-
| armhf-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 |
17-
| armv7-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 |
18-
| aarch64-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 |
19-
| amd64-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 |
20-
| i386-base | Alpine | 3.19, 3.20, 3.21, 3.22 | 3.22 |
16+
| armhf-base | Alpine | 3.20, 3.21, 3.22 | 3.22 |
17+
| armv7-base | Alpine | 3.20, 3.21, 3.22 | 3.22 |
18+
| aarch64-base | Alpine | 3.20, 3.21, 3.22 | 3.22 |
19+
| amd64-base | Alpine | 3.20, 3.21, 3.22 | 3.22 |
20+
| i386-base | Alpine | 3.20, 3.21, 3.22 | 3.22 |
2121

2222
### jemalloc
2323

0 commit comments

Comments
 (0)