Skip to content

Commit 010bcbf

Browse files
committed
Alpine template: nginx.org now provides aarch64 packages.
1 parent 464886a commit 010bcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -x \
1414
&& nginxPackages="%%PACKAGES%%
1515
" \
1616
&& case "$apkArch" in \
17-
x86_64) \
17+
x86_64|aarch64) \
1818
# arches officially built by upstream
1919
set -x \
2020
&& KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" \

0 commit comments

Comments
 (0)