Skip to content

Commit

Permalink
Merge pull request #1514 from jnoordsij/add-alpine-3.20
Browse files Browse the repository at this point in the history
Add Alpine 3.20 variant
  • Loading branch information
tianon committed May 22, 2024
2 parents 396ead8 + 18788bf commit 4fe0b67
Show file tree
Hide file tree
Showing 56 changed files with 22 additions and 22 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts",
"alpine3.18/cli",
"alpine3.18/fpm",
"alpine3.18/zts"
"alpine3.19/zts"
],
"version": "8.1.28"
},
Expand All @@ -35,12 +35,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts",
"alpine3.18/cli",
"alpine3.18/fpm",
"alpine3.18/zts"
"alpine3.19/zts"
],
"version": "8.2.19"
},
Expand All @@ -58,12 +58,12 @@
"bullseye/apache",
"bullseye/fpm",
"bullseye/zts",
"alpine3.20/cli",
"alpine3.20/fpm",
"alpine3.20/zts",
"alpine3.19/cli",
"alpine3.19/fpm",
"alpine3.19/zts",
"alpine3.18/cli",
"alpine3.18/fpm",
"alpine3.18/zts"
"alpine3.19/zts"
],
"version": "8.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ for version in "${versions[@]}"; do
for suite in \
bookworm \
bullseye \
alpine3.20 \
alpine3.19 \
alpine3.18 \
; do
for variant in cli apache fpm zts; do
if [[ "$suite" = alpine* ]]; then
Expand Down

0 comments on commit 4fe0b67

Please sign in to comment.