Browse Source

Fix build tag or ARCH build arg example

pull/10/head
Luke Childs 5 years ago
parent
commit
7d837dbfd9
  1. 2
      README.md

2
README.md

@ -96,7 +96,7 @@ docker build --build-arg VERSION=0.18.1 -t lukechilds/bitcoind:v0.18.1 .
You can build a specific architecture by passing in the `ARCH` build arg:
```
docker build --build-arg ARCH=amd64 -t lukechilds/bitcoind:v0.18.1 .
docker build --build-arg ARCH=amd64 -t lukechilds/bitcoind:amd64 .
```
For a full list of supported build arg options, check out the [build script matrix](https://github.com/lukechilds/docker-bitcoind/blob/master/.github/workflows/build.yml).

Loading…
Cancel
Save