Skip to content

Commit

Permalink
Remove alpine3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Sep 14, 2023
1 parent 0c725ca commit a591ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
fail-fast: false
matrix:
image: [
{ ver: "6.0", arch: alpine3.17, matching: "6.0" },
# { ver: "6.0", arch: alpine3.17, matching: "6.0" },
{ ver: "6.0", arch: alpine3.18, matching: "6.0" },
{ ver: "6.0", arch: bullseye-slim, matching: "6.0" },
{ ver: "6.0", arch: bookworm-slim, matching: "6.0" },
{ ver: "6.0", arch: focal, matching: "6.0" },
{ ver: "6.0", arch: jammy, matching: "6.0" },
{ ver: "7.0", arch: alpine3.17, matching: "7.0" },
# { ver: "7.0", arch: alpine3.17, matching: "7.0" },
{ ver: "7.0", arch: alpine3.18, matching: "7.0" },
{ ver: "7.0", arch: bullseye-slim, matching: "7.0" },
{ ver: "7.0", arch: bookworm-slim, matching: "7.0" },
Expand Down

0 comments on commit a591ae3

Please sign in to comment.