Skip to content

Commit 4413108

Browse files
committed
Remove Dockerfile because it is not used anymore
1 parent 1c95335 commit 4413108

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,6 @@ e.g. by adding the following line to your `~/.bashrc` file:
1616
export PATH="/opt/avr-gcc/bin:$PATH"
1717
```
1818

19-
## Building locally with Docker
20-
21-
There is a Docker image with all prerequisites for building, created from the `Dockerfile` in this repository.
22-
Build the image from the local `Dockerfile` and start it:
23-
24-
```sh
25-
docker build --tag avr-gcc-prerequisites:local .
26-
docker run -it avr-gcc-prerequisites:local
27-
```
28-
29-
Inside the Docker container get this repository
30-
31-
```sh
32-
git clone https://github.com/modm-io/avr-gcc.git
33-
```
34-
35-
Run the build.sh script
36-
37-
```sh
38-
cd avr-gcc
39-
./build.sh
40-
```
41-
42-
The toolchain will be in `/opt/avr-gcc`.
43-
4419
## Building in Github Actions
4520

4621
There is a Github Actions job defined in `.github/workflows/` which builds the

0 commit comments

Comments
 (0)