Skip to content

Commit

Permalink
Remove rust actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgian committed Apr 9, 2023
1 parent 7bb095b commit de9e661
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Docker build

on:
push:
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/rust.yml

This file was deleted.

9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Felix running on real hardware:<br>

## Building

You can download a pre-built image or you can build it by yourself using Docker or the build script.
You can download a pre-built image or you can build it by yourself using Docker.

### Download pre-built image
[![build](https://github.com/mrgian/felix/actions/workflows/rust.yml/badge.svg)](https://github.com/mrgian/felix/actions)
Expand All @@ -59,13 +59,6 @@ First make sure you have Docker installed. Then:
4. Run the container `docker run --name felix-container felix-image`
5. Copy build from container to host `docker cp felix-container:/root/felix/build .`

### Build using script
Make sure you have `Rust`,`mtools`,`dosfstools` and `fdisk` installed on your system. Then:

1. Clone the repo `git clone https://github.com/mrgian/felix`
2. Change dir to repo `cd felix`
3. Run build script `./build.sh`

## Running
The final disk image is `build/disk.img`

Expand Down

0 comments on commit de9e661

Please sign in to comment.