Skip to content

Commit

Permalink
Add riscv64 support and update alpine to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo committed Jun 4, 2024
1 parent 3180cdb commit 3402f4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ for version in "${versions[@]}"; do
echo
cat <<-EOE
Tags: $(join ', ' "${variantAliases[@]}")
Architectures: arm64v8, arm32v6, arm32v7, ppc64le, s390x, i386, amd64
Architectures: arm64v8, arm32v6, arm32v7, ppc64le, s390x, i386, amd64, riscv64
GitCommit: $commit
Directory: $version/$variant
EOE
Expand Down
2 changes: 1 addition & 1 deletion mainline/alpine-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.19
FROM alpine:3.20

LABEL maintainer="NGINX Docker Maintainers <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion stable/alpine-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.19
FROM alpine:3.20

LABEL maintainer="NGINX Docker Maintainers <[email protected]>"

Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ declare -A debian=(
)

declare -A alpine=(
[mainline]='3.19'
[stable]='3.19'
[mainline]='3.20'
[stable]='3.20'
)

# When we bump njs version in a stable release we don't move the tag in the
Expand Down

0 comments on commit 3402f4d

Please sign in to comment.