summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-20 17:36:45 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-20 17:36:45 +0700
commit33d52b5770c54f485df8d23c62fdf2637b4bee43 (patch)
tree7a8984320ceeda4078315d83c659fd7e275b40af /docker/README.md
parent424e1d3fda3c9e1764b567a3b05d33a9ed589fda (diff)
downloadiced-33d52b5770c54f485df8d23c62fdf2637b4bee43.tar.gz
iced-33d52b5770c54f485df8d23c62fdf2637b4bee43.tar.bz2
iced-33d52b5770c54f485df8d23c62fdf2637b4bee43.zip
Move files in `docker` directory to `iced-rs/docker` repository
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/docker/README.md b/docker/README.md
deleted file mode 100644
index cfb4bab1..00000000
--- a/docker/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-## Build
-To use `cross` to compile for Raspberry Pi you first need to build the docker image.
-Use these commands to build the images needed.
-
-**NOTE:** Run these commands inside the `docker` folder. This is needed since `docker`
-uses surrounding directories as "context" for building the image, which means it'll
-copy the entire `target` directory.
-
-### Raspberry Pi 2/3/4 (32 bits)
-```
-$ docker build -t iced-rs/armv7 -f Dockerfile.armv7-unknown-linux-gnueabihf .
-```
-
-### Raspberry Pi 3/4 (64 bits)
-```
-$ docker build -t iced-rs/aarch64 -f Dockerfile.aarch64-unknown-linux-gnu .
-``` \ No newline at end of file