Skip to content

Commit 9c06473

Browse files
onedr0pcdce8p
andauthored
Add support for alpine 3.22 and drop 3.18 (#301)
* Add support for alpine 3.22 and drop 3.18 - Alpine 3.22 was release a few days ago. alpinelinux.org/posts/Alpine-3.22.0-released.html - Alpine 3.18 reached its EOL last month and is therefore dropped. alpinelinux.org/releases * Update README.md * Update builder.yml * Update .github/workflows/builder.yml Co-authored-by: Marc Mueller <[email protected]> * Update README.md * Update builder.yml * Update README.md --------- Co-authored-by: Marc Mueller <[email protected]>
1 parent 3d3dfae commit 9c06473

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
BUILD_TYPE: base
11-
ALPINE_LATEST: "3.21"
11+
ALPINE_LATEST: "3.22"
1212
DEBIAN_LATEST: "bookworm"
1313
UBUNTU_LATEST: "20.4"
1414
RASPBIAN_LATEST: "bullseye"
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }}
74-
version: ["3.18", "3.19", "3.20", "3.21"]
74+
version: ["3.19", "3.20", "3.21", "3.22"]
7575
steps:
7676
- name: Checkout the repository
7777
uses: actions/[email protected]

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.18, 3.19, 3.20, 3.21 | 3.21 |
17-
| armv7-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
18-
| aarch64-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
19-
| amd64-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
20-
| i386-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
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 |
2121

2222
### jemalloc
2323

0 commit comments

Comments
 (0)