Skip to content

Commit

Permalink
docker: document how to build the arm64 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Nov 26, 2024
1 parent 7570c2a commit 531914f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/Dockerfile_bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Dockerfile for wally builds.
# build from this directory with e.g:
# DOCKER_BUILDKIT=1 docker build . -t greenaddress/wallycore -f Dockerfile_bullseye
# and for linux/arm64:
# DOCKER_BUILDKIT=1 docker build . -t greenaddress/wallycore -f Dockerfile_bullseye --platform linux/arm64 --build-arg TARGETARCH=arm64
#
FROM debian:bullseye@sha256:01559430c84e6bc864bed554345d1bfbfa94ac108ab68f39915cae34604b15c3
WORKDIR /root
Expand Down

0 comments on commit 531914f

Please sign in to comment.