Skip to content

Commit

Permalink
Add Alpine Linux 3.18 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 12, 2023
1 parent 8f34f0d commit 016585a
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.17"
ALPINE_LATEST: "3.18"
DEBIAN_LATEST: "bullseye"
UBUNTU_LATEST: "20.4"
RASPBIAN_LATEST: "bullseye"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }}
version: ["3.14", "3.15", "3.16", "3.17"]
version: ["3.14", "3.15", "3.16", "3.17", "3.18"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
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.14, 3.15, 3.16, 3.17 | 3.17 |
| armv7-base | Alpine | 3.14, 3.15, 3.16, 3.17 | 3.17 |
| aarch64-base | Alpine | 3.14, 3.15, 3.16, 3.17 | 3.17 |
| amd64-base | Alpine | 3.14, 3.15, 3.16, 3.17 | 3.17 |
| i386-base | Alpine | 3.14, 3.15, 3.16, 3.17 | 3.17 |
| armhf-base | Alpine | 3.14, 3.15, 3.16, 3.17 3.18 | 3.18 |
| armv7-base | Alpine | 3.14, 3.15, 3.16, 3.17 3.18 | 3.18 |
| aarch64-base | Alpine | 3.14, 3.15, 3.16, 3.17 3.18 | 3.18 |
| amd64-base | Alpine | 3.14, 3.15, 3.16, 3.17 3.18 | 3.18 |
| i386-base | Alpine | 3.14, 3.15, 3.16, 3.17 3.18 | 3.18 |

### jemalloc

Expand Down

0 comments on commit 016585a

Please sign in to comment.