Skip to content

Commit

Permalink
Fix build architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.dev>
  • Loading branch information
teran committed Jul 7, 2024
1 parent db263d9 commit 8bd2582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.access
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --update --no-cache \
FROM scratch

COPY --from=certificates /etc/ssl/cert.pem /etc/ssl/cert.pem
COPY --chmod=0755 --chown=root:root dist/archived-access_linux_arm64/archived-access /archived-access
COPY --chmod=0755 --chown=root:root dist/archived-access_linux_amd64_v3/archived-access /archived-access
COPY --chmod=0644 --chown=root:root presenter/access/html/templates /templates

ENV HTML_TEMPLATE_DIR=/templates
Expand Down

0 comments on commit 8bd2582

Please sign in to comment.