Skip to content

Commit 573a573

Browse files
committed
Remove unmaintained Docker files and GH workflows
1 parent 0c985e8 commit 573a573

File tree

5 files changed

+1
-129
lines changed

5 files changed

+1
-129
lines changed

.github/workflows/armhf.yml

-13
This file was deleted.

.github/workflows/dev.yml

-13
This file was deleted.

Dockerfile

-47
This file was deleted.

Dockerfile.dev

-25
This file was deleted.

doc/BUILD.md

+1-31
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ git clone https://github.com/baskerville/plato.git
77
cd plato
88
```
99

10-
There are two ways to build *Plato*:
11-
- [Local *Rust* Setup](#local)
12-
- [With *Docker*/*Podman*](#docker)
13-
14-
## Local
15-
16-
### Plato
10+
## Plato
1711

1812
#### Preliminary
1913

@@ -62,27 +56,3 @@ You can install the importer with:
6256
```sh
6357
./install-importer.sh
6458
```
65-
66-
## Docker
67-
68-
### Plato
69-
70-
1. Build the image for armhf: `docker build . -t plato:armhf`
71-
2. The following compiles, mounts a local volume, and outputs the `plato` binary to your local folder `target/arm-unknown-linux-gnueabihf`:
72-
73-
```sh
74-
docker run --rm -t -v $(pwd)/target:/plato/target plato:armhf
75-
```
76-
77-
You can copy the binary to your Kobo device (make sure you install an existing release first) and it will run.
78-
79-
### Developer Tools
80-
81-
1. Build the image for dev environments: `docker build . -f Dockerfile.dev -t plato:dev`
82-
2. The following runs tests, compiles, mounts a local volume, and outputs all binaries to your local folder `target/debug`:
83-
84-
```sh
85-
docker run --rm -t -v $(pwd):/plato plato:dev
86-
```
87-
88-
If the emulator or importer fail to run, please follow the steps in [Local–Developer Tools](#developer-tools) to ensure you have the relevant libraries.

0 commit comments

Comments
 (0)