We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464886a commit 010bcbfCopy full SHA for 010bcbf
Dockerfile-alpine.template
@@ -14,7 +14,7 @@ RUN set -x \
14
&& nginxPackages="%%PACKAGES%%
15
" \
16
&& case "$apkArch" in \
17
- x86_64) \
+ x86_64|aarch64) \
18
# arches officially built by upstream
19
set -x \
20
&& KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" \
0 commit comments