Skip to content

Commit

Permalink
Add Alpine Linux 3.20, drop 3.16 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 25, 2024
1 parent 40a9599 commit fee59e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

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

| Image | OS | Tags | latest |
|-------|----|------|--------|
| armhf-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| armv7-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| aarch64-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| amd64-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| i386-base | Alpine | 3.16, 3.17 3.18, 3.19 | 3.19 |
| 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 |

### jemalloc

Expand Down

0 comments on commit fee59e2

Please sign in to comment.