Skip to content

Commit

Permalink
Add support for alpine 3.21 and drop 3.17 (#288)
Browse files Browse the repository at this point in the history
cdce8p authored Dec 9, 2024
1 parent 12e3523 commit 50791f5
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:

env:
BUILD_TYPE: base
ALPINE_LATEST: "3.20"
ALPINE_LATEST: "3.21"
DEBIAN_LATEST: "bookworm"
UBUNTU_LATEST: "20.4"
RASPBIAN_LATEST: "bullseye"
@@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }}
version: ["3.17", "3.18", "3.19", "3.20"]
version: ["3.18", "3.19", "3.20", "3.21"]
steps:
- name: Checkout the repository
uses: actions/checkout@v4.2.2
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ We support version that are not EOL: https://alpinelinux.org/releases/

| Image | OS | Tags | latest |
|-------|----|------|--------|
| armhf-base | Alpine | 3.17 3.18, 3.19, 3.20 | 3.20 |
| armv7-base | Alpine | 3.17 3.18, 3.19, 3.20 | 3.20 |
| aarch64-base | Alpine | 3.17 3.18, 3.19, 3.20 | 3.20 |
| amd64-base | Alpine | 3.17 3.18, 3.19, 3.20 | 3.20 |
| i386-base | Alpine | 3.17 3.18, 3.19, 3.20 | 3.20 |
| armhf-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
| armv7-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
| aarch64-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
| amd64-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |
| i386-base | Alpine | 3.18, 3.19, 3.20, 3.21 | 3.21 |

### jemalloc

@@ -65,4 +65,3 @@ We support the latest 3 release with the latest 3 Alpine version.
| Image | OS | Tags | latest |
|-------|----|------|--------|
| armhf-base-raspbian | Raspbian | bullseye, bookworm | bullseye |

0 comments on commit 50791f5

Please sign in to comment.