Skip to content

Commit

Permalink
Update README for -v6 Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jul 5, 2021
1 parent efbd7e7 commit 6c5a63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To build all architectures use the commands
````
git clone https://github.com/earlephilhower/pico-quick-toolchain
cd pico-quick-toolchain
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/workdir earlephilhower/gcc-cross-v5 bash -c "cd /workdir; make -j32 GCC={9.3|10.1|10.2|10.3} REL=2.5.0 SUBREL=3 all"
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/workdir earlephilhower/gcc-cross-v6 bash -c "cd /workdir; make -j32 GCC={9.3|10.1|10.2|10.3} REL=2.5.0 SUBREL=3 all"
````

To make a draft release of the binaries:
Expand Down

0 comments on commit 6c5a63b

Please sign in to comment.