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 cc0fb5a commit ae29116Copy full SHA for ae29116
documentation/general/building.adoc
@@ -20,11 +20,11 @@ To run the toolchain in a Docker container you can either build the image yourse
20
21
1. Pull the image:
22
23
- docker pull ghcr.io/maxdev1/ghost-toolchain:1.0
+ docker pull ghcr.io/maxdev1/ghost-toolchain-64:1.0
24
25
2. Start a container and mount the repository to it:
26
27
- docker run -it --name ghost-toolchain -v "$(pwd):/ghost/source" ghost-toolchain
+ docker run -it --name ghost-toolchain -v "$(pwd):/ghost/source" ghcr.io/maxdev1/ghost-toolchain-64:1.0
28
29
3. Go to the <<Build targets>> section below.
30
0 commit comments